W
Wndr
Hi guys
I have a treeView
MainNode
ChildOfMainNode
ChildOFMainNode2
etc..
Node2
Node3
When I am using the TreeView_AfterSelect function, it's hard fro me to
distinguish between Nodes:
For example if I select ChildOfMainNode it has index 0, ChildOfMainNode2 has
Index 1;
Node2 has Index 1 as well, so what is the best way to distinguish between
Nodes, I assume my way by Index doesn't work. If it's byKey, then how could
I assign the key to this node?
Appreciate any help.
I have a treeView
MainNode
ChildOfMainNode
ChildOFMainNode2
etc..
Node2
Node3
When I am using the TreeView_AfterSelect function, it's hard fro me to
distinguish between Nodes:
For example if I select ChildOfMainNode it has index 0, ChildOfMainNode2 has
Index 1;
Node2 has Index 1 as well, so what is the best way to distinguish between
Nodes, I assume my way by Index doesn't work. If it's byKey, then how could
I assign the key to this node?
Appreciate any help.