Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3590
Proper way to modify small portion of default style?
posted

I am using the XamGrid and all I needed to do was change the mouseover color of the header, or even disable the mouseover visual state completely. To do this it seems like I have to copy the entire 400 lines of the igPrim:HeaderCellControl style plus the dozens of colors and brushes plus every other style that the igPrim:HeaderCellControl style references and all the styles and resource all of their children reference. All so that I can comment out 3 lines or specify a transparent color for the mouseover visual state. Is this correct? Is there no way to just override that one specific visual state?