Enum ScrollModeType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

This specifies all the scroll mode type.

C#
Copy
public enum ScrollModeType
Name Description
XAxisScrollBoundary

When set, the scroll view is unable to scroll beyond the value of the boundary along the X axis.

XAxisScrollEnabled

Whether the content can be scrolled along the X axis or not.

XAxisSnapToInterval

When set, causes scroll view to snap to multiples of the value of the interval while flicking along the X axis.

YAxisScrollBoundary

When set, the scroll view is unable to scroll beyond the value of the boundary along the Y axis.

YAxisScrollEnabled

Whether the content can be scrolled along the Y axis or not.

YAxisSnapToInterval

When set, causes scroll view to snap to multiples of the value of the interval while flicking along the Y axis.