|
|
@@ -14,11 +14,12 @@
|
|
|
VerticalSnapPointsType="{TemplateBinding VerticalSnapPointsType}"
|
|
|
HorizontalSnapPointsAlignment="{TemplateBinding HorizontalSnapPointsAlignment}"
|
|
|
VerticalSnapPointsAlignment="{TemplateBinding VerticalSnapPointsAlignment}"
|
|
|
- Background="{TemplateBinding Background}">
|
|
|
+ Background="{TemplateBinding Background}"
|
|
|
+ ScrollViewer.IsScrollInertiaEnabled="{TemplateBinding IsScrollInertiaEnabled}">
|
|
|
<ScrollContentPresenter.GestureRecognizers>
|
|
|
<ScrollGestureRecognizer CanHorizontallyScroll="{Binding CanHorizontallyScroll, ElementName=PART_ContentPresenter}"
|
|
|
CanVerticallyScroll="{Binding CanVerticallyScroll, ElementName=PART_ContentPresenter}"
|
|
|
- IsScrollInertiaEnabled="{Binding IsScrollInertiaEnabled, RelativeSource={RelativeSource TemplatedParent}}" />
|
|
|
+ IsScrollInertiaEnabled="{Binding (ScrollViewer.IsScrollInertiaEnabled), ElementName=PART_ContentPresenter}"/>
|
|
|
</ScrollContentPresenter.GestureRecognizers>
|
|
|
</ScrollContentPresenter>
|
|
|
<ScrollBar Name="PART_HorizontalScrollBar"
|