Set the vertical scroll position using an item
Member of List (PRIM_LIST)
Name | Type | Data Type | Description |
---|---|---|---|
Item | *Input | PRIM_LIST.ListItem | Item in the list to be positioned to |
ScrollPosition | *Input | Enumeration | Position of the item within the view port |
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 |
Febuary 18 V14SP2