IPageControl.ScrollOpposite

Syntax

ScrollOpposite: Boolean;

Description

The ScrollOpposite property defines the way to move tabs, when they are arranged in several rows.

Comments

To arrange tabs in several rows, set the MultiLine property to True.

By default the ScrollOpposite property is set to False, and the tabs are positioned at the location specified in the TabPosition property. If this property is set to True, on tab activation all other tabs are grouped together in the position opposite to the position specified in the TabPosition property.

Example

See also:

IPageControl