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
35
Disabling Mouse Over Glow in xamDataGrid LabelPresenter
posted

Hi,

    I am using a custom LabelPresenter for the grid. On Mouse over, there is a Blue Glow on the lower part of the header. how to disable this?

<Style x:Key="rowHeaderRed" TargetType="{x:Type igDP:LabelPresenter}" BasedOn="{StaticResource {x:Type igDP:LabelPresenter}}">

i tried removing the BasedOn part. still the same. looks like some animation in default styles. Please advice how to disable this

Thanks

-Sarin