Vertical Slider Properties

 

A vertical slider is a Design control that moves controls left or right within the form. Any control that is below the slider moves as the slider moves. You can use the slider to reposition form sections or groups up or down.

Behavior

 

Active

Activates the slider control. Select True to activate or False to deactivate. The slider is green when activated and red when deactivated.

Control

 

ControlID

Used to identify the control. For example, the first vertical slider on the form will be assigned the control ID VerticalSlider1 and the next vertical slider is assignedVerticalSlider2. You can change the control ID as needed. The ID can contain numerals or letters, but it must begin with a letter.

Layout

 

Position

Controls the relative position (in pixels) of the vertical slider on the form. The X value determines left to right, the Y value determines top to bottom position. Click the Position property and type values or expand the row to view the X and Y properties and make your changes.

Size

Controls the width and height of the vertical slider (in pixels). Click the Size property and type values or expand the row to view the Width and Height properties and make your changes.