My datagrid row selection color by default is dark blue, when I change my windows 7 theme to windows classic theme it looks too dark and ugly.
I want to set the row selection color of all the datagrids in my wpf application to something else which looks better on both windows 7 and classic. (also if you know what color is good on both)
To set the Background for a selected
DataGridRow/DataGridCellat application level you can add the following Style to App.xamlAs for which color to use, I don’t have any really good tips besides trying a few until you find one that you like 🙂