I have a TreeView with a ToggleButton ( ExpanderButton ). The togglebutton has a two images ( one for expanded and one when not ). However when I select a TreeViewItem I highligh it with a different color and I’d like to change the color of the images as well ( I have the same ones in the other color ).
Problem is I don’t know how to set a trigger property on the ToggleButton to the IsSelected property on the TreeViewItem.
Any Ideas?
Here if anyone else needs this.