I'm triing to select a node in my activeTreeView control like a user clicks to the node.
Well, with Tree.Nodes(Node).selectedItem the Node is selected (highlited) but not the same as when the item is clicked.How can I simulate a Click to a node?
I have the same problem
I would like to preselect a node like I have clicked it
but it's not working
node.Selected = true doesn't seem to make anything
node.hidden = true works for instance
I am having this problem as well. I can get it to turn blue but i can't get the focus rectangle on the node.