Show / Hide Table of Contents

    Enum ScrollBlock

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    Enumeration for the visible type of scrollbar.

    public enum ScrollBlock

    Fields

    Name Description
    Horizontal

    Scrolling movement is not allowed in the X-axis direction.

    None

    Scrolling movement is allowed in both the directions (X-axis and Y-axis).

    Vertical

    Scrolling movement is not allowed in the Y-axis direction.

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