No Scroll property

In Notebook components

Use the No Scroll property to control the presentation of notebook tabs if they do not fit horizontally.

When set to True, if notebook tabs do not fit horizontally in the available space, this property stacks them in rows. When set to False (the default), this property uses horizontal scroll bars if the tabs do not fit horizontally.

In Grid and VerticalGrid components

Use the No Scroll property to hide and disable the vertical scroll bar. This property is intended primarily for use on mobile forms but can be used with any Grid or Vertical Grid component.

When set to True, this property hides the vertical scroll bars if more records are returned than can fit into the display. This means that you cannot scroll up and down through the records. You can only view additional records if you use the Next/Previous toolbar buttons, use the F7/F8 keys, or create a set of arrow buttons or other devices on the form to allow you to move up and down through the records.

When set to False, vertical scroll bars are enabled and displayed as needed.