Search code examples
wpfgridbordervisibility

How to hide Grid border


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?


Solution

  • Set DataGrid.BorderThickness to 0.