A
Arkion
Hello all!
Is there any way to refer to nodes in a TreeView's hierarchial
TreeNode structure by numeric indexes like with a simple Array?
I need to associate indexes with each node and be able to lookup nodes
using that index. Is there easier way to do this than recursively
iterating through the whole tree structure, looking for particular
index?
Is there any way to refer to nodes in a TreeView's hierarchial
TreeNode structure by numeric indexes like with a simple Array?
I need to associate indexes with each node and be able to lookup nodes
using that index. Is there easier way to do this than recursively
iterating through the whole tree structure, looking for particular
index?