c# - TreeNode Forms to WPF conversion -


I have been given the task of converting a form application to WPF. The application is from TreeNode which is from System.Windows.Forms.TreeView . I know that WPF has TreeView but I can not find TreeNode , for this there is a direct conversion to WPF from the form?

This is


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -