Browse Source
Merge pull request #4572 from AvaloniaUI/fixes/datagrid-gridlines
Don't display vertical grid lines by default.
pull/4583/head
danwalmsley
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/Avalonia.Controls.DataGrid/Themes/Default.xaml
|
|
|
@ -201,7 +201,6 @@ |
|
|
|
<Setter Property="HorizontalScrollBarVisibility" Value="Auto" /> |
|
|
|
<Setter Property="VerticalScrollBarVisibility" Value="Auto" /> |
|
|
|
<Setter Property="SelectionMode" Value="Extended" /> |
|
|
|
<Setter Property="GridLinesVisibility" Value="Vertical" /> |
|
|
|
<Setter Property="HorizontalGridLinesBrush" Value="{DynamicResource ThemeBorderHighColor}" /> |
|
|
|
<Setter Property="VerticalGridLinesBrush" Value="{DynamicResource ThemeBorderHighColor}" /> |
|
|
|
<Setter Property="BorderBrush" Value="{DynamicResource ThemeBorderLowColor}"/> |
|
|
|
|