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 cant find TreeNode
is there a direct conversion for it from Forms to WPF?
views:
200answers:
1I would like to add that this is the best conversion we have but, the functionality is not exact. Or I should say the way you go about doing things isn't the same but has more or less the same outcome.
K1LL3r7
2010-02-03 14:37:58