Enum ScrollSingleDirection
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Type that controls how the content is scrolled.
public enum ScrollSingleDirection
Fields
Name | Description |
---|---|
Hard | Scroll only in a single direction. |
None | Scroll in every direction. |
Soft | Scroll in single direction if the direction is certain. |