Panel - HorizontalScrollTo Method

Set the horizontal scroll position using a child control

Member of Panel (PRIM_PANL)

Parameters

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

Details

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

Allowed Values

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

See also

All Component Classes

Technical Reference

  • No labels