Panel - HorizontalScrollTo Method
Set the horizontal scroll position using a child control
Member of Panel (PRIM_PANL)
| Name | Type | Data Type | Description |
|---|---|---|---|
| Control | *Input | PRIM_CTRL | Control to be moved in to the view port |
| ScrollPosition | *Input | Enumeration | Position of the control within the view port |
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