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:
The default value of the property can be changed by selecting the required value directly from the property field
Horizontal/ Vertical Scroll Bar Property Value | Specification Host Control | Frame Control |
---|---|---|
Default | Automatic Scroll Bars | Hidden Scroll bars |
Auto | The 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. |
Visible | The scroll bar will be permanently visible. | The scroll bar will be permanently visible. |
Hidden | The 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).