How to suppress DataGrid cell selection border?

后端 未结 2 755
无人共我
无人共我 2021-01-03 08:40

I\'ve tried setting border style as suggested here Disable DataGrid current cell border in FullRow selection mode, but it doesn\'t do the thing fully. Is disables cell borde

2条回答
  •  一生所求
    2021-01-03 08:58

    You can set Focusable to False.

    
       
          
       
       
    
    

    Note that if you make DataGridCell.Focusable false then navigation in the datagrid with up/down arrow keys won't work.

提交回复
热议问题