TreeView control [Windows Forms], about TreeView control
0ece823a-9508-478a-bbdb-7d7c3bae51d5
TreeView Control Overview (Windows Forms)
With the Windows Forms xref:System.Windows.Forms.TreeView control, you can display a hierarchy of nodes to users, like the way files and folders are displayed in the left pane of the Windows Explorer feature of the Windows operating system. Each node in the tree view might contain other nodes, called child nodes. You can display parent nodes, or nodes that contain child nodes, as expanded or collapsed. You can also display a tree view with check boxes next to the nodes by setting the tree view's xref:System.Windows.Forms.TreeView.CheckBoxes%2A property to true. You can then programmatically select or clear nodes by setting the node's xref:System.Windows.Forms.TreeNode.Checked%2A property to true or false.