I have a grid with some controls inside. I want to hide the grid border.
Are there any specific properties which can be used to hide the grid border in WPF?
Set DataGrid.BorderThickness to 0.
DataGrid.BorderThickness
0