Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
How to select Node in ActiveTreeView Control
posted

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?

Parents Reply Children