Developing Web Applications with the Web ADF - Web
controls
TreeViewPlus control
The TreeViewPlus control is container designed to present
information at runtime in a nested structure of nodes
(tree). Each node represents content that can be packaged
in a TreeViewPlusNode. Each node can operate as a parent to a
collection of child nodes. The TreeViewPlus control is
AJAX enabled and explicitly designed to work with callbacks. Events
on the control or the nodes it contains are handled by the control's
implementation of the ASP.NET callback framework. The Web
ADF TaskResults and Toc controls extend the
TreeViewPlus control and leverage it's container capabilities and
event implementation.
The following table provides a list of properties and
events of interest. For complete reference information, see the
TreeViewPlus control in the library reference section.