Enum ScrollBlock

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    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.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<ScrollBlock>(ScrollBlock, string)
    Extensions.LoadFromXaml<ScrollBlock>(ScrollBlock, string)
    Extensions.LoadFromXaml<ScrollBlock>(ScrollBlock, Type)
    Extensions.LoadFromXamlFile<ScrollBlock>(ScrollBlock, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX