[]
Adds touch support to MS ScrollViewer to scroll with the finger over the scrolling area.
public class ScrollViewerTouchBehavior : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
| Name | Description |
|---|---|
| ScrollViewerTouchBehavior() |
| Name | Description |
|---|---|
| HasInertiaProperty | Identifies the HasInertia dependency property. |
| IgnoreSwipeProperty | Identifies the IgnoreSwipe dependency property. |
| PanningDirectionProperty | Identifies the PanningDirection dependency property. |
| TouchBehaviorProperty | Identifies the TouchBehavior attached property. |
| Name | Description |
|---|---|
| HasInertia | Gets or sets a value indicating whether the touch scrolling will have inertia. |
| IgnoreSwipe | Gets or sets a value indicating whether the swipe gesture is ignored. |
| PanningDirection | Gets or sets the panning direction. |
| Name | Description |
|---|---|
| GetTouchBehavior(ScrollViewer) | Gets the touch behavior associated with the specified ScrollViewer. |
| SetTouchBehavior(ScrollViewer, ScrollViewerTouchBehavior) | Sets a touch behavior to a ScrollViewer. |