G
Guest
How do I programmatically set the focus to a specific node? The node would be
6 levels deep in the tree.
6 levels deep in the tree.
Arne said:How do I programmatically set the focus to a specific node? The node would
be
6 levels deep in the tree.
S said:The treeview doesn't have a public property selectedNode
it has a selectedNodeIndex, and it's already set to the node's index.
When you scroll down, you can see that the node is actually selected. The
problem is that the focus isn't set to that node and you have to scroll to
see it.