Scroll the container to move a control in to view
Member of Web Page (PRIM_WEB)
Name | Type | Data Type | Description |
---|---|---|---|
Control | *Input | PRIM_CTRL | Control to be moved in to view |
ScrollPosition | *Input | Enumeration | Location of the scrolled control |
The HorizontalScrollTo method scrolls the container so that the Control moves to the position specified within the viewport.
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 |
Febuary 18 V14SP2