Highlight node in tree view

  • Thread starter Thread starter Boni
  • Start date Start date
B

Boni

Deat all,
I need to select (highlight) a node in a tree view.
For that I use:
_Node.TreeView.SelectedNode = _Node.

But when my program focuses other windows a highliting is removed from the
node. What should I do to leave the node highlited?

Thanks for your help,

Boni
 
Back
Top