Enum ScrollSingleDirection

Definition

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

Type that controls how the content is scrolled.

C#
Copy
public enum ScrollSingleDirection
Name Description
Hard

Scroll only in a single direction.

None

Scroll in every direction.

Soft

Scroll in single direction if the direction is certain.