Scrolls to a particular method |
Member of List (PRIM_MD.List)
Name | Type | Data Type | Description |
|---|---|---|---|
Item | *Input | Scroll to a partiticular item in the list | |
ScrollPosition | *Input | Enumeration | Returns the scroll position |
The VerticalScrollTo method scrolls the container so that the Item moves to the position specified within the viewport.
Enum Value | Description |
|---|---|
Bottom | Move to the bottom |
Center | Move to the center |
Top | Move to the top |
Visible | Ensure it is visible within the viewport |