wpf: DataGrid disable selected row styles - or row selecting
Posted
by Sonic Soul
on Stack Overflow
See other posts from Stack Overflow
or by Sonic Soul
Published on 2010-06-15T16:16:15Z
Indexed on
2010/06/15
16:22 UTC
Read the original article
Hit count: 927
wpf
|wpfdatagrid
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. Gotta be easier way than to create templates..
or..
disable selecting rows, if that is easier.. but from browsing this forum that seems hacky as well
http://stackoverflow.com/questions/2496814/disable-selecting-in-wpf-datagrid
© Stack Overflow or respective owner