maintain tree view highlight

  • Thread starter Thread starter David A. Osborn
  • Start date Start date
D

David A. Osborn

Is there a way to maintain the highlight of an item in a tree view control?
Currently if I select another control on the screen then the item on the
tree view loses its highlight. I want to maintain the visual cue to the
user as to what is selected.
 
David A. Osborn said:
Is there a way to maintain the highlight of an item in a tree view
control? Currently if I select another control on the screen then
the item on the tree view loses its highlight. I want to maintain
the visual cue to the user as to what is selected.


yourtreeview.hideselection = false


Armin
 
Back
Top