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
parent
commit
4f152291c7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Avalonia.Controls.DataGrid/Themes/Default.xaml

1
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}"/>

Loading…
Cancel
Save