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
30
XamDataGrid remove hover from all cells in a row
posted

8130.WpfApp1.zip

Hello,

I need to remove completely the hovering effect from XamDataGrid and change the foreground color.

I have set the BackgroundHover and the BorderHoverBrush properties of the DataRecordCellArea to Transparent and also the CellValuePresenter's ForegroundHoverStyle to my desired color.

But the problem is that if I hover over one cell the other cells of this row will change their foreground color and I dont want that. 

How can I make the foreground color of all cells allways the same by hovering. I have attached my example program.

Thank you!

Pavel Svilenov