Click here to Skip to main content
15,900,725 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have download the latest treeviewadv.dll,but i haven't found treeviewadv have the attribute of Nodes.but i have read this in others‘ question.
why? i wonder.

Posted by OP as an answer:

treeviewadv1.Nodes
no such attribute
Posted
Updated 10-Jan-11 2:46am
v2

If you mean this one: Advanced TreeView for .NET[^] then don't post this under Questions & Answers - if you got the code from an article, then there is a "new message" button at the bottom of that article, which causes an email to be sent to the author. They are then alerted that you wish to speak to them.
Posting this here relies on them "dropping by" and realising it is for them.
 
Share this answer
 
Just an FYI, but the Advanced TreeView for .NET is a very complicated beast.

That having been said, you are right, there is no .Nodes property.

But there are a number of ways to get at the nodes. If you want to cycle through all of the nodes, you can use the .AllNodes enumeration.

There are also these properties:

CurrentNode
SelectedNode
SelectedNodes

There are also these methods:

FindNode
FindNodeByTag
GetNodeAt
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900