The Tree View control is used to display hierarchical representations of items similar to the ways the files and folders are displayed in the left pane of the Windows Explorer. Each node may contain one or more child nodes. It can be use also for displaying shortcut menu for your system.
The ListView control displays data as ListItem objects. Each ListItem object can have an optional icon associated with the label of the object. It can be use:
- To display the results of a query on a database.
- To display all the records in a database table.
- In tandem with a Treeview control, to give users an expanded view of a TreeView control node.
Click Contact Us to request the source code