WPF TreeViewItem deselected item still lightly highlighted
Posted
by Patric Hua
on Stack Overflow
See other posts from Stack Overflow
or by Patric Hua
Published on 2010-05-03T03:41:45Z
Indexed on
2010/05/03
3:48 UTC
Read the original article
Hit count: 329
Hello WPF fellows,
I have multiple expander controls with a ViewTree control within each expander control. When I select a ViewTreeItem from one ViewTree and then select another ViewTreeItem from another ViewTree, the newly selected ViewTreeItem is highlighted in dark blue, but the last selected item is now highlighted in a very light shade of blue. Please look at www.zunjaa.com/public/images/screen.jpg to see what I'm talking about. How do I make it so that no longer active item does not show the lighter blue?
Thanks.
© Stack Overflow or respective owner