Enum ScrollBlock

Definition

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

Enumeration for the visible type of scrollbar.

C#
Copy
public enum ScrollBlock
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.