[]
        
(Showing Draft Content)

TreeView Structure

TreeView comprises one or more elements known as nodes or items. A node can be classified into the following three types:

  • Root node - Also known as parent node. It contains other nodes known as child nodes
  • Child node - A subnode, contained by another node
  • Leaf node - A node with no child nodes

The following image shows the TreeView with different types of nodes, namely root node, child node and leaf node.

TreeView Structure