Disable automatic MouseOverBrush highlighting WPF datagrid

Posted by: dianov on 23 April 2020, 5:15 am EST

    • Post Options:
    • Link

    Posted 23 April 2020, 5:15 am EST

    Hello,

    How to disable automatic MouseOverBrush highlighting WPF datagrid using

    xaml style ?

    Thanks

  • Posted 24 April 2020, 12:11 am EST

    Hello,

    You can set the property to Transparent if you don’t want to show any highlight color when the mouse is over.

    <c1:C1DataGrid x:Name="_grid" MouseOverBrush="Transparent"/>
    

    Regards,

    Ruchir

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels