NOTE: This Design document is subject to change at any time.
Syntax: <TREE property-list>Nodes</TREE>
Displays a hierarchical view of data. This tree view can contain any amount of text and is optimized for virtual display of an infinite list of items of any depth. The Tree can also be used to display hierarchical data stored in a database. This component does not rely on the Microsoft common control library. It is a custom control with greater performance and greater flexibility than the standard Windows tree control.
A Tree is filled with "Nodes". The zNode component is used to represent each item in the tree. A tree can be prepopulated using NODE tags within the TREE tag.
The tree shown above can be created with the ZML code: