Hello experts!
I have an application where there are 2 treeviews, each one is in a tab item.
When I do a double click in one of the nodes of the second treeview, the application search for it's twin in the first node and show some information in the form.
The application is finding the node, is expanding the treeview and scrolling to show the node (I'm using treeview1.bringintoview(node) functionality). But I need to the node get's highlighted as if it was selected with the mouse.
Please help me with this, I've worked on this for hours and can't get any solution. I've also used the treevie1.setfocus(node), but it doesn't work.
Thanks in advance.