Tree Control

The Tree control is an input control that displays a hierarchical list of information. Each node can have sub nodes and can be expanded to reveal these sub nodes and collapsed to hide sub nodes. The nodes can typically represent headings in a document, the entries in an index, or the files and directories in a file manager application. Parent nodes (nodes that contain other items) are called categories and child nodes are called items. Each node consists of a label and an image that can be customized. This control can be used to:

Single or multiple items can be selected at runtime according to the configuration of the control. These items can be used when executing rules, for example calling a Save or Load method for all the items selected in a tree view.