How Do I Hide wpf datagrid row selector

前端 未结 4 1751
陌清茗
陌清茗 2020-12-08 12:36

I\'m using the WPF DataGrid control to show some details and a select button, and I don\'t need the gray selector column down the left-hand side. It\'s also ruining the beau

4条回答
  •  一生所求
    2020-12-08 13:01

    To remove the Row header(Gray field) in Datagrid in WPF

    
    
    

    To remove or hide the Column Header in DataGrid WPF

    
    
    

    To remove or hide both Column and Row Header in DataGrid WPF

    
    
    

提交回复
热议问题