I am using the WPF toolkit datagrid to display some data and want to increase the thickness of the horizontal girdlines for each row, I would have thought this would be a simple thing to do but i can't find solution.
I've never done this, but I would try to set the BorderThickness
of the rows via the RowStyle
property. Here is some documentation about the RowStyle and for the DataGridRow.
Hope this works. A short follow up with the result would be great.
Regards
EDIT
As you can read here, you can set only e.g. the bottom property. So only the vertical bottom lines should appear.
<Setter Property="BorderThickness" Value="0, 0, 0, 5"/>
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