Web Page - VerticalScrollTo Method
Scroll the container to move a control in to view
Member of Web Page (PRIM_WEB)
Parameters
Name | Type | Data Type | Description |
|---|---|---|---|
Control | *Input | Control to be moved in to view | |
ScrollPosition | *Input | Enumeration | Location of the scrolled control |
Details
The VerticalScrollTo method scrolls the container so that the Control 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 |