I’m creating an application that uses a couple of ListView controls. I have a particular color scheme I’m going with and I’m noticing that, when the mouse enters a ListView control, there is a thin, blue border highlight around it.
I can’t figure out where this is being generated. I am using Expression Blend to modify the controls, but none of the components of the ListView control, that I can find, have a definition for this blue color. In fact, nothing within the ListView control has a Trigger or State for focus visual style which is the way the control is behaving.
Try this, should do the trick:
If you want the styling solution here it is:
Play with the Border inside the
ListViewstyle and with the trigger for isIsSelectedinside theListViewItemstyle (you can change the border size or just the color.