Home Search

DriveWorks Pro 21
Horizontal and Vertical Scroll Visibility

Send Feedback

Horizontal and Vertical Scroll Visibility

Controls the visibility behavior of the scroll bar for the frame controls content.

Property Type: Fixed

Default Value: Hidden

Hierarchical Reference (Horizontal Scroll Visibility): ControlName.HorizontalScrollVisibility

Hierarchical Reference (Vertical Scroll Visibility): ControlName.VerticalScrollVisibility

Scroll Visibility can be set to:

  • Auto - Scroll bar will only be available if the size of the control is smaller than the target form.
  • Visible - Scroll bar will be permanently visible (even when the size of the control is equal top or greater than the size of the target form).
  • Hidden - Scroll bar will be permanently hidden.
The target form is always aligned to the Top and Left of the frame control.

To Change the Default Value

The default value of the property can be changed by selecting the required value directly from the property field

  1. Click in the property for the control to be changed
  2. Select the required value directly from the property field

Examples

Horizontal/ Vertical Scroll Bar Property ValueSpecification Host ControlFrame Control
DefaultAutomatic Scroll BarsHidden Scroll bars
AutoThe scroll bar will be visible when required, otherwise it will be hidden.The scroll bar will be visible when required, otherwise it will be hidden.
VisibleThe scroll bar will be permanently visible.The scroll bar will be permanently visible.
HiddenThe scroll bar will be permanently hidden.The scroll bar will be permanently hidden.

Form Design

A type of control property where the value can only be set in the Form Designer (not by a rule).