Can we remove the lines between every row of datagrid? so that it look like listview (so that only data should be there no lines in between two rows)
You can toggle the visibility of the grid lines with GridLinesVisibility
. To hide them, just set it to None
<DataGrid ...
GridLinesVisibility="None"/>
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