vote up 0 vote down star

When i select a node in the treeview it highlights and i show data based on that node below. When i select another control (the treeview loses focus) it is no longer highlighted. How do i keep it highlighted after losing focus? While doing a search i cant tell which node is selected since i must keep the focus on the textbox (so the user can type more text).

flag

38% accept rate

1 Answer

vote up 2 vote down check

You have to set the HideSelection property to false - so you'll see the selection, altough the TreeView control lost focus

link|flag
I struggled with exact the same problem 3 days before... – bernhardrusch Mar 13 at 7:54

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.