I have been given the task of converting a forms application to WPF. The application used TreeNode which is from System.Windows.Forms.TreeView. I know WPF has TreeView but I can’t find TreeNode is there a direct conversion for it from Forms to WPF?
I have been given the task of converting a forms application to WPF. The
Share
It is TreeViewItem.