As you can see in the picture around Jesse Furher is a black border line, how can i remove that line for all cells?
Add this style in your DataGrid Resources and the selection border will be gone -
<DataGrid>
.
.
<DataGrid.Resources>
<Style TargetType="DataGridCell">
<Setter Property="BorderThickness" Value="0"/>
<Setter Property="FocusVisualStyle" Value="{x:Null}"/>
</Style>
</DataGrid.Resources>
.
.
</DataGrid>
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