| Author |
|
| Company |
Microsoft |
| Source Code Available |
Yes |
| License Type |
Free |
| Submitted On |
June 22, 2002 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x |
| Cost |
$ 0 |
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
Good
Reviewed by: dani404 on Monday, June 06, 2005
5 Stars
good