Update scrollviewer.xaml (#1086)

This commit is contained in:
Andy (Steve) De George
2021-06-15 07:51:36 -07:00
committed by GitHub
parent c72686fcf3
commit 3195d51719
@@ -23,7 +23,7 @@
<Border.BorderBrush>
<SolidColorBrush Color="{DynamicResource BorderMediumColor}" />
</Border.BorderBrush>
<ScrollContentPresenter />
<ScrollContentPresenter CanContentScroll="{TemplateBinding CanContentScroll}" />
</Border>
<ScrollBar x:Name="PART_VerticalScrollBar"
Value="{TemplateBinding VerticalOffset}"
@@ -45,4 +45,4 @@
</Setter>
</Style>
<!--</SnippetScrollViewer>-->
</ResourceDictionary>
</ResourceDictionary>