TreeView.
Using the BinaryTree enumeration as it's spine,
this widget displays information in a file mangerish fashion.
It is important to note that a selected item in
the TreeView does not correspond directly to the
current position in the BinaryTree.
The reason for this is to allow multiple TreeViews
to view the same BinaryTree.
The "look" is configurable by passing appropriate images
to the constructors.
Open Issues
|