Panel - VerticalScrollTo Method
Set the vertical 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 VerticalScrollTo method scrolls the container so that the Control 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