Enum SnapPointsType
Enumerates values that specifies the behavior of snap points when scrolling..
Namespace: Tizen.UIExtensions.ElmSharp
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public enum SnapPointsType
Fields
Name | Description |
---|---|
Mandatory | indicates that content always snaps to the closest snap point to where scrolling would naturally stop, along the direction of inertia. |
MandatorySingle | indicates the same behavior as Mandatory, but only scrolls one item at a time. |
None | indicates that scrolling does not snap to items. |