Enum ScrollBlock
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for the visible type of scrollbar.
[Obsolete("This has been deprecated in API12")]
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. |