Class OverscrollMode
Defines the different behaviors of the RadSlideView in cases where it is not possible to move the items in the direction that the user is attempting. This can happen for the first and last items when the HasLooping property is set to false.
Inheritance
Namespace: Telerik.Maui.Controls.SlideView
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class OverscrollMode : Enum
Fields
None
Spring
The end-user will be able to move the item in a direction that is otherwise not allowed, but the offset will be smaller than the pointer movement, thus creating a spring effect.
Declaration
public const OverscrollMode Spring
Field Value
OverscrollMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|