New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public enum OverscrollMode

Fields

No overscroll will happen.

C#
None = 0

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.

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