7. Working with List Views and Tree Views : TreeNode and Tree Classes : Tree Class
 
Share this page                  
Tree Class
The Tree class is used to manage data that has an hierarchical structure. A tree contains a collection of treenode objects. The top treenode in the hierarchy is the root node. The following sections describe its attributes and methods.