Hi,
I'm using a TreeListBox, with a simple datatemplate (an image an a textBlock).
When the user click on a item in the tree and then select a different area in the application (the tree lost the focus)
the selected tree item bacground becom a littel gray (using snoop i can see it's the ElementChrome.Background).
My problem is that the panel behind the TreeListBox have the same color and the selected item is no longer distingwish from all the other items.
so, How can i override just that color?
when the item is selected and not in foucos.
Thank you.