tags:

views:

1422

answers:

1

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).

+4  A: 

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

bernhardrusch
I struggled with exact the same problem 3 days before...
bernhardrusch