What is TreeView used for?
A tree-view control is a window that displays a hierarchical list of items, such as the headings in a document, the entries in an index, or the files and directories on a disk. Each item consists of a label and an optional bitmapped image, and each item can have a list of subitems associated with it.
What is TreeView control in VB?
The TreeView 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.
Which is the main property of TreeView?
Properties of the TreeView Control
It gets or sets a value that represents whether you want to draw lines between the tree nodes connected with the root of the tree view. The Path Separator property of the Tree View Control is used to set a delimiter string between the tree node paths.