wpf: DataGrid disable selected row styles - or row selecting
- by Sonic Soul
I am seeing a lot of examples on how to style Selected rows in DataGrid such as this one:
http://stackoverflow.com/questions/1223280/how-can-i-set-the-color-of-a-selected-row-in-datagrid
Can i just disabled selected row styling? i don't want to have to override every single thing that selected row changes. Just don't want any visible changes.…