HomeCommunityControl GalleryNavigation ControlsTree ControlTreeView

TreeView



(3) Submit a Review

23,954 Downloads

119,830 Views


Description

The Advanced Web Controls TreeView for is a control that enables data to be displayed in a hierarchical format. Its design is very similar to the Windows Forms TreeView control. The control supports both up-level and down-level browsers and supports nodes created at design time and at runtime. The TreeView is also a highly customizable control: you can control the style of the nodes, the icons displayed beside each node, the expand/collapse images, and more.

Syntax Example

<awc:TreeView id=TreeView1 runat="server"> <Nodes> <awc:TreeNode Text="Introduction"> <Nodes> <awc:TreeNode NavigateUrl="NoContent.html" Text="Introduction: Part 1"/> <awc:TreeNode NavigateUrl="NoContent.html" Text="Introduction: Part 2"/> </Nodes> </awc:TreeNode> <awc:TreeNode NavigateUrl="NoContent.html" Text="No children here"> </awc:TreeNode> </Nodes> </awc:TreeView>

Reviews

Submit a review

333333

Reviewed by: shangzhankui on Sunday, August 28, 2011

5 Stars

22222222

g1

Reviewed by: shangzhankui on Sunday, August 28, 2011

4 Stars

gggg

Good

Reviewed by: dani404 on Monday, June 06, 2005

5 Stars

good