This question is locked. New answers and comments are not allowed.
I want to remove the Black border that appears on the cell when i do a mouse click on it ?
Attach is a image . If i need to modify the template where can i find it ?
I have already disabled the row selection color by modifying the row template and setting Background_Selected to Visibility=Collapsed
Attach is a image . If i need to modify the template where can i find it ?
I have already disabled the row selection color by modifying the row template and setting Background_Selected to Visibility=Collapsed
<Border x:Name="Background_Selected" Visibility="Collapsed" BorderBrush="{StaticResource ItemOuterBorder_Selected}" BorderThickness="1" Grid.ColumnSpan="2" Grid.Column="2" CornerRadius="1" Margin="1,1,1,2" Opacity="0">
<Border BorderBrush="{StaticResource ItemInnerBorder_Selected}" BorderThickness="1" Background="{StaticResource ItemBackground_Selected}"/>
</Border>