ITabView.DisplayColumnNames

Syntax

DisplayColumnNames: Boolean;

Description

The DisplayColumnNames property determines the visibility of table column headers.

Comments

Available values:

If column names are hidden, column width interactive modification using the mouse is not available. Width could be modified using the ITabSheet.ColumnPixelWidth or ITabSheet.ColumnWidth properties.

If width 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