New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public enum ScrollViewerSwipeMode

Fields

The element does not have additional logic for swiping.

C#
None = 0

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

C#
Parent = 2

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

C#
Self = 1
In this article
DefinitionFieldsNoneParentSelf
Not finding the help you need?
Contact Support