[]
        
(Showing Draft Content)

C1.WPF.ScrollViewerTouchBehavior

ScrollViewerTouchBehavior Class

Adds touch support to MS ScrollViewer to scroll with the finger over the scrolling area.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public class ScrollViewerTouchBehavior : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
ScrollViewerTouchBehavior()

Fields

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.

Properties

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.

Methods

Name Description
GetTouchBehavior(ScrollViewer)

Gets the touch behavior associated with the specified ScrollViewer.

SetTouchBehavior(ScrollViewer, ScrollViewerTouchBehavior)

Sets a touch behavior to a ScrollViewer.

Extension Methods