diff --git a/Material.Styles/Resources/Themes/ScrollViewer.axaml b/Material.Styles/Resources/Themes/ScrollViewer.axaml index b4f8acb3..2cc96c55 100644 --- a/Material.Styles/Resources/Themes/ScrollViewer.axaml +++ b/Material.Styles/Resources/Themes/ScrollViewer.axaml @@ -19,6 +19,7 @@ Name="PART_ContentPresenter" Background="{TemplateBinding Background}" Padding="{TemplateBinding Padding}" + ScrollViewer.IsScrollInertiaEnabled="{TemplateBinding IsScrollInertiaEnabled}" HorizontalSnapPointsType="{TemplateBinding HorizontalSnapPointsType}" VerticalSnapPointsType="{TemplateBinding VerticalSnapPointsType}" HorizontalSnapPointsAlignment="{TemplateBinding HorizontalSnapPointsAlignment}" @@ -26,8 +27,8 @@ + CanVerticallyScroll="{Binding CanVerticallyScroll, ElementName=PART_ContentPresenter}" + IsScrollInertiaEnabled="{Binding (ScrollViewer.IsScrollInertiaEnabled), ElementName=PART_ContentPresenter}"/>