maintain tree view highlight

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David A. Osborn

    #1

    maintain tree view highlight

    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.



  • Armin Zingler

    #2
    Re: maintain tree view highlight

    "David A. Osborn" <dosborn278@hot mail.com> schrieb[color=blue]
    > 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.[/color]


    yourtreeview.hi deselection = false


    Armin

    Comment

    Working...