- Back to Home »
- Windows Applications »
- TreeView
Posted by :
Sudhir Chekuri
Wednesday, 17 February 2016
It is used to display items in hierarchy in parent and child nodes format.
Adding items to treeview:
Click on the smart tag – Edit nodes.
Add root to add root items under which child items can be added with a click on Add child option by selecting the parent item.
Every node will have Text and Name property. Name is used to access that node in code and Text is used to display text on that node.
Adding items to treeview:
Click on the smart tag – Edit nodes.
Add root to add root items under which child items can be added with a click on Add child option by selecting the parent item.
Every node will have Text and Name property. Name is used to access that node in code and Text is used to display text on that node.