DisplayRowNumbers: Boolean;
The DisplayRowNumbers property determines whether the row numbers are visible.
Available values:
True. Row numbers are shown.
False. Row numbers are hidden.
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: