Disable DataGrid current cell border in FullRow selection mode

后端 未结 7 948
走了就别回头了
走了就别回头了 2020-12-24 00:19

I am using a DataGrid in row selection mode (i.e., SelectionUnit=\"FullRow\"). I simply want to remove the border that is being placed around the current cell w

7条回答
  •  天命终不由人
    2020-12-24 00:56

    You could set the BorderThickness for DataGridCell to 0

    
        
            
        
        
    
    

提交回复
热议问题