From 3831237c41ff533b1dc2fcbe0a587915b19d5f02 Mon Sep 17 00:00:00 2001 From: SKProCH Date: Sat, 9 May 2026 03:42:45 +0300 Subject: [PATCH] Fixes DataGrid ScrollBars with Auto Fix #512 --- Material.Avalonia.DataGrid/DataGrid.axaml | 25 +++++++++++++++-------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/Material.Avalonia.DataGrid/DataGrid.axaml b/Material.Avalonia.DataGrid/DataGrid.axaml index 14f2e5d5..ff10d2b8 100644 --- a/Material.Avalonia.DataGrid/DataGrid.axaml +++ b/Material.Avalonia.DataGrid/DataGrid.axaml @@ -3,7 +3,7 @@ xmlns:ripple="clr-namespace:Material.Ripple;assembly=Material.Ripple" xmlns:collections="clr-namespace:Avalonia.Collections;assembly=Avalonia.Controls.DataGrid"> - + 0 @@ -264,7 +264,7 @@ BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}" CornerRadius="4"> - + @@ -273,26 +273,33 @@ VerticalAlignment="Bottom" Height="1" Background="{TemplateBinding BorderBrush}" /> - + - + - + - + + +