0

I've created a gridview, when mouse goes over on it, the background color changes to purple, how can I stop this color change behaviour?

James
  • 2,570
  • 7
  • 34
  • 57

1 Answers1

0

In WPF it is straightforward. You need to override SystemColors.HighlightBrushKey.

In Windows 8 Modern UI apps, this is little complex. It involves overriding the control template and changes in visual states using visual state manager. Solution is provided in this msdn forum question.

Community
  • 1
  • 1
Tilak
  • 30,108
  • 19
  • 83
  • 131