Enum ScrollToPosition
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for defining where to position the item in the genlist.
[Obsolete("This has been deprecated in API12")]
public enum ScrollToPosition
Fields
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. |