Treeview control gives a nice hierarchical view for the users of a given concept. The following example shows how to create a simple tree-view control using the designer
Add a Tree View Control to the form
Select the TreeView Tasks from the control
Add the root item – XYZ Automobiles
Click the root item and then click on the Add Child to add children. Repeat the steps to add more children
The form will be displayed as shown below
This is simple thing what you've shown. What we require is the data binding to and from XML file to this tree control in C# forms application
ReplyDeletethis bastard before my comment should have specified it
ReplyDelete