You can toggle the visibility of the grid lines with GridLinesVisibility
. To hide them, just set it to None
<DataGrid ...
GridLinesVisibility="None"/>
You can toggle the visibility of the grid lines with GridLinesVisibility
. To hide them, just set it to None
<DataGrid ...
GridLinesVisibility="None"/>