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
2009-03-13 06:59:04
I struggled with exact the same problem 3 days before...
bernhardrusch
2009-03-13 07:54:04