Enum ScrollViewerSwipeMode
Represents the additional swipe logic for a ScrollViewer or an element in a ScrollViewer.
Namespace: Telerik.Windows.Input.Touch
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum ScrollViewerSwipeMode
None
The element does not have additional logic for swiping.
Parent
If an unhandled swipe gesture occurs for this element, the first ScrollViewer parent will get panned.
Self
The element is expected to be a ScrollViewer and if an unhandled swipe gesture occurs, the ScrollViewer will get panned.