ITabView.DisplayRowNumbers

Syntax

DisplayRowNumbers: Boolean;

Description

The DisplayRowNumbers property determines whether the row numbers are visible.

Comments

Available values:

If row numbers are hidden, interactive row height modification using the mouse is not available. The height can be changed using the ITabSheet.RowPixelHeight or ITabSheet.RowHeight properties.

If height must be changed using the mouse, create fixed area indicated required number of fixed columns and set the TabFixedBehaviour.Resizable value in the ITabView.FixedBehaviour property.

See also:

ITabView