ITabView.AllowUnlimitedScroll

Syntax

AllowUnlimitedScroll: Boolean;

Description

The AllowUnlimitedScroll property determines the scrolling mode for rows/columns.

Comments

By default value is set to True, and mouse scrolling is performed until only the last row/column remains visible. In this mode scrolling is done even if all the rows/columns fall within the visible area of the table. If the value is set to False, scrolling will be performed until the last row appears in the visible area of the component. Scrolling using the keys (PAGE UP/PAGE DOWN) is used the same way, but is available only if not all the rows/columns are visible.

Example

See also:

ITabView