diff --git a/demo/Semi.Avalonia.Demo/Pages/DataGridDemo.axaml b/demo/Semi.Avalonia.Demo/Pages/DataGridDemo.axaml index 7f9d2b0..cd5c9e8 100644 --- a/demo/Semi.Avalonia.Demo/Pages/DataGridDemo.axaml +++ b/demo/Semi.Avalonia.Demo/Pages/DataGridDemo.axaml @@ -29,7 +29,7 @@ Width="6*" x:DataType="local:Country" Binding="{Binding Name}" - Header="Country" /> + Header="Country or Region" /> + Header="Country or Region" /> - @@ -116,13 +115,18 @@ BorderThickness="{TemplateBinding BorderThickness}" CornerRadius="{TemplateBinding CornerRadius}"> + - + - - @@ -275,11 +280,13 @@ ColumnDefinitions="Auto,*" RowDefinitions="*,Auto,Auto"> - + Margin="2" + Background="{DynamicResource DataGridRowBackground}" + CornerRadius="3" /> - - - - -