IPageControl.ScrollOpposite

Syntax

ScrollOpposite: Boolean;

Description

The ScrollOpposite property determines 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.

The ScrollOpposite property is set to False by default, and the tabs are located at the position specified in the TabPosition property. If the 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