No Form Scrollbars (NOFORMSCROLL)

Window property that determines whether scrollbars are displayed on the form at runtime, if necessary. Valid values: True or False (default).

Value Description
False Horizontal and vertical scroll bars are displayed on the form.
True Horizontal and vertical scroll bars are not displayed on the form.

Description

This property removes or enables the scrollbars of any type of form, including normal, overlay, contained, and popup forms.

Note:  Scrollbars are not automatically added if the layout is dynamically changed using $paintedfieldproperties.

Set this property to True if you are using a grid widget on the form, and the volume of data that fills the grid causes scroll bars to appear for the grid.

Applies To