Enum ScrollToPosition

Definition

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

Enumeration for defining where to position the item in the genlist.

C#
Copy
public enum ScrollToPosition
Name Description
Bottom

Scrolls to the bottom of the viewport.

In

Scrolls to the nearest viewport.

Middle

Scrolls to the middle of the viewport.

None

Scrolls to nowhere.

Top

Scrolls to the top of the viewport.