|
-
Oct 15th, 2011, 04:41 AM
#1
Thread Starter
Lively Member
How to get treeview node child count
TreeView1.Nodes.Count
that gets all the nodes count, trying to get just the child node count for a particular parent node, preferably without looping through but whatever.
TreeView1.Nodes(0).Nodes.Count
doesn't work, the ending isn't supported, using vb6 and the latest version of treeview(sp6).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|