Panel - HorizontalScrollTo Method

Set the horizontal scroll position using a child control

Member of Panel (PRIM_PANL)

Parameters

NameTypeData TypeDescription
Control*InputPRIM_CTRLControl to be moved in to the view port
ScrollPosition*InputEnumerationPosition of the control within the view port

Details

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

Allowed Values

Enum ValueDescription
CenterMove to the center
LeftMove to the left
RightMove to the right
VisibleEnsure it is visible within the viewport


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2