TreeControl

Previous Next

The TreeControl is a Box control, which means that it can be contained by other Box controls such as the GroupControl, ContainerControl and the Page.

The TreeControl acts as the holder of a tree structure. The TreeControl can only contain TreeNodeControls and EventListeners.

By default, the TreeControl contains an onload EventListener. This EventListener contains a callClientScript action, by default, with the following script:

initTree(this)

 

This will initialize the tree in the browser whenever the page is loaded.

The most important property of the TreeControl is Root Nodes. The value of this property is a list of TreeNodeControl names that act as root nodes in the tree.

See Also

TreeNodeControl

Configuring your Web Application with USoft Web Designer and CSS