ITabView.AllowUnlimitedScroll

Syntax

AllowUnlimitedScroll: Boolean;

Description

The AllowUnlimitedScroll property determines a scrolling mode for table rows.

Comments

The value is set to True by default, and mouse scrolling is executed until only the last table row remains visible. In this mode scrolling is executed even if all rows are within the visible area of the table. If the value is set to False, scrolling will be executed until the last row is 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 are visible.

Example

See also:

ITabView