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

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

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