mcanic Posted May 27, 2003 Posted May 27, 2003 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?? Quote
*Gurus* divil Posted May 27, 2003 *Gurus* Posted May 27, 2003 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. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.