Web Page - VerticalScrollTo Method

Scroll the container to move a control in to view

Member of Web Page (PRIM_WEB)

Parameters

NameTypeData TypeDescription
Control*InputPRIM_CTRLControl to be moved in to view
ScrollPosition*InputEnumerationLocation of the scrolled control

Details

The VerticalScrollTo method scrolls the container so that the Control moves to the position specified within the viewport.

Allowed Values

Enum ValueDescription
BottomMove to the bottom
CenterMove to the center
TopMove to the top
VisibleEnsure it is visible within the viewport


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2