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.
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.
The Windows Forms treeview control actually has a 'SelectedNode' property.
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.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.