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