diff --git a/src/Semi.Avalonia/Controls/ScrollViewer.axaml b/src/Semi.Avalonia/Controls/ScrollViewer.axaml index 6e866ff..69a2217 100644 --- a/src/Semi.Avalonia/Controls/ScrollViewer.axaml +++ b/src/Semi.Avalonia/Controls/ScrollViewer.axaml @@ -53,6 +53,7 @@ MinWidth="{StaticResource ScrollBarThickness}" VerticalAlignment="Center" Focusable="False" + AutomationProperties.Name="Column left" Theme="{StaticResource ScrollBarRepeatButton}"> @@ -85,9 +87,10 @@ VerticalAlignment="Stretch" CornerRadius="0" Focusable="False" + AutomationProperties.Name="Page right" Theme="{StaticResource ScrollBarRepeatButton}" /> - + @@ -156,9 +162,10 @@ VerticalAlignment="Stretch" CornerRadius="0" Focusable="False" + AutomationProperties.Name="Page down" Theme="{StaticResource ScrollBarRepeatButton}" /> - +