Change color of HideSelection from Grey (Sorry if posted twice, first choked)

  • Thread starter Thread starter Shane
  • Start date Start date
S

Shane

Is there a way to change the HideSelection color in a treeview? I'm
using the treeview as a replacement of a tab control. The grey
background doesn't stand out well enough, when the treeview loses
focus.

I could just not use the HideSeletion property and change the node
color when I Leave or Enter the tree control, but there are often more
elegant solutions.

Thanks.
 
Shane said:
Is there a way to change the HideSelection color in a treeview?

I doubt it and, even if there is, you probably shouldn't.

The colour is managed by the Control Panel Display applet (or whatever
it's called these days) so it's down to the user how awful they want
their screens to look. ;-)

Regards,
Phill W.
 
Back
Top