|
@@ -19,6 +19,7 @@
|
|
|
<Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Disabled" />
|
|
|
<Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Auto" />
|
|
|
<Setter Property="ScrollViewer.IsScrollChainingEnabled" Value="True" />
|
|
|
+ <Setter Property="ScrollViewer.IsScrollInertiaEnabled" Value="True" />
|
|
|
<Setter Property="FontSize" Value="{DynamicResource ControlContentThemeFontSize}" />
|
|
|
<Setter Property="Template">
|
|
|
<ControlTemplate>
|
|
@@ -34,6 +35,7 @@
|
|
|
HorizontalScrollBarVisibility="{TemplateBinding (ScrollViewer.HorizontalScrollBarVisibility)}"
|
|
|
VerticalScrollBarVisibility="{TemplateBinding (ScrollViewer.VerticalScrollBarVisibility)}"
|
|
|
IsScrollChainingEnabled="{TemplateBinding (ScrollViewer.IsScrollChainingEnabled)}"
|
|
|
+ IsScrollInertiaEnabled="{TemplateBinding (ScrollViewer.IsScrollInertiaEnabled)}"
|
|
|
AllowAutoHide="{TemplateBinding (ScrollViewer.AllowAutoHide)}">
|
|
|
<ItemsPresenter Name="PART_ItemsPresenter"
|
|
|
AreVerticalSnapPointsRegular="{TemplateBinding AreVerticalSnapPointsRegular}"
|