Browse Source

fill in the bottom right corner of scrollviewer area where the horizontal and vertical scrollbars meet.

pull/3134/head
Dan Walmsley 7 years ago
parent
commit
5b1a552127
  1. 1
      src/Avalonia.Themes.Default/ScrollViewer.xaml

1
src/Avalonia.Themes.Default/ScrollViewer.xaml

@ -36,6 +36,7 @@
Visibility="{TemplateBinding VerticalScrollBarVisibility}"
Grid.Column="1"
Focusable="False"/>
<Panel Grid.Row="1" Grid.Column="1" Background="{DynamicResource ThemeControlMidBrush}"/>
</Grid>
</ControlTemplate>
</Setter>

Loading…
Cancel
Save