Tree view

mcanic

Newcomer
Joined
May 23, 2003
Messages
2
Hi does anyone have a good working example of how to use the treeview in VB / aspx? I can dynamically add nodes to the treeview, but they appear NEXT to each other instead of in a tree! I don't know exactly which properties to set in the tree view for styles and images; can somebody please help me a little??
 
The main difference between the .NET treeview and previous versions is that you only add top-level nodes to the treeview itself. All other nodes are added to the Nodes collection belonging to their parent node.
 
Back
Top