Enum
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.

Definition

Namespace:Telerik.Maui.Controls.SlideView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum OverscrollMode

Fields

None

No overscroll will happen.

Declaration

cs-api-definition
None = 0

Field Value

OverscrollMode

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

cs-api-definition
Spring = 1

Field Value

OverscrollMode

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