Posted 23 April 2020, 5:15 am EST
Hello,
How to disable automatic MouseOverBrush highlighting WPF datagrid using
xaml style ?
Thanks
Forums Home / ComponentOne / WPF Edition
Posted by: dianov on 23 April 2020, 5:15 am EST
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