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
.
I know this is a bit late to add to the thread but incase anyone else stumbles on this question this worked for me:
<Grid ShowGridLines="False">
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With