Enum ScrollModeType

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    This specifies all the scroll mode type.

    public enum ScrollModeType

    Fields

    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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX