If you making a windows application and you make a program with the treeview, you have the TreeNode object, to make a node in the treeview. Just like the Windows Explorer.
1. With a WPF application, you don't have the TreeNode. Can someone explain me a solution to show a node in the TreeViewItem ?
2. Also design I a TreeViewItem in Blend. How can I use this designed TreeViewItem in my C# program enviroment ? It's impossible to do something like this : TreeViewItem tvItem = new TreeViewItem(); I suppose ?
http://www.aboutbruges.com