Web Page - HorizontalScrollTo 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 HorizontalScrollTo method scrolls the container so that the Control moves to the position specified within the viewport.
Allowed Values
Enum Value | Description |
|---|---|
Center | Move to the center |
Left | Move to the left |
Right | Move to the right |
Visible | Ensure it is visible within the viewport |