Enum
ScrollViewerSwipeMode

Represents the additional swipe logic for a ScrollViewer or an element in a ScrollViewer.

Definition

Namespace:Telerik.Windows.Input.Touch

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public enum ScrollViewerSwipeMode

Fields

None

The element does not have additional logic for swiping.

Declaration

cs-api-definition
None = 0

Field Value

ScrollViewerSwipeMode

Parent

If an unhandled swipe gesture occurs for this element, the first ScrollViewer parent will get panned.

Declaration

cs-api-definition
Parent = 2

Field Value

ScrollViewerSwipeMode

Self

The element is expected to be a ScrollViewer and if an unhandled swipe gesture occurs, the ScrollViewer will get panned.

Declaration

cs-api-definition
Self = 1

Field Value

ScrollViewerSwipeMode

In this article
DefinitionFieldsNoneParentSelf
Not finding the help you need?
Contact Support