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
No Data
Reply
  • 502
    posted

    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

Children