In This Topic
TreeView is a tree type WinForms control that comprises one or more elements known as nodes. A node can be classified into the following three types:
- Parent node that contains other nodes
- Child node that is contained by another node
- Leaf node that does not contain child nodes

Note: The latest WinForms .NET Edition does not include rich design-time support yet. We will enhance it in future releases.