Skip to main content

TcxCustomTabControlProperties.MultiLine Property

Specifies whether tabs are arranged across several rows.

Declaration

property MultiLine: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Tabs can be arranged across a number of rows. Set the MultiLine property to True for this purpose. If so, tabs are automatically arranged into the minimum number of rows required to fit all of them.

If the MultiLine property value is False, tabs are displayed within a single row. In such an instance, they may not fit into the tab control area. The navigator bar is used to navigate through pages in such a case.

The default value of the MultiLine property is False.

See Also