forum

Home / DeveloperSection / Forums / How to get index of all the nodes in a TreeView?

How to get index of all the nodes in a TreeView?

David Miller209521-Nov-2014

I tried using:

TreeNode node = TreeView1.FindNode()

but it only finds root nodes. It is not able to find Child Nodes.

I want to get index of all the nodes and after that I want to use above code to find nodes by index and Check the Checkbox.

I tried using foreach to iterate through all the nodes, but I am not able to find child nodes and index.

I am using Visual Studio 2013.


Updated on 21-Nov-2014

Can you answer this question?


Answer

1 Answers

Liked By