How Do I Hide wpf datagrid row selector
Posted
by Tim Almond
on Stack Overflow
See other posts from Stack Overflow
or by Tim Almond
Published on 2010-05-19T12:37:16Z
Indexed on
2010/05/19
12:40 UTC
Read the original article
Hit count: 172
wpfdatagrid
I'm using the WPF DataGrid control to show some details and a select button, and I don't need the grey selector column down the left hand side. It's also ruining the beauty of my design ;)
Is there a way to remove it, or how can I style it to match if not?
© Stack Overflow or respective owner