S
Shafia
Hi,
How to find a node in a .Net framework TreeView like we do in Web TreeView
as follows
TreeView1.FindNode(myNode.ValuePath)
There is a method
TreeNode[] nn = treeView1.Nodes.Find(Key, true);
I dont understand why does it return an array of TreeNodes and not a single
Node. Besides it doesnt work and returns 0 dimension array.
Thanks,
Shafia
How to find a node in a .Net framework TreeView like we do in Web TreeView
as follows
TreeView1.FindNode(myNode.ValuePath)
There is a method
TreeNode[] nn = treeView1.Nodes.Find(Key, true);
I dont understand why does it return an array of TreeNodes and not a single
Node. Besides it doesnt work and returns 0 dimension array.
Thanks,
Shafia