List - VerticalScrollTo Method
scrolls to a particular method
Member of List (PRIM_MD.List)
Parameters
Name |
Type |
Data Type |
Description |
Item |
*Input |
Scroll to a partiticular item in the list |
|
ScrollPosition |
*Input |
Enumeration |
Returns the scroll position |
Details
The VerticalScrollTo method scrolls the container so that the Item moves to the position specified within the viewport.
Allowed Values
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 |