Skip to main content

TcxCustomTabControlProperties.TabsScroll Property

Specifies whether tab navigation buttons are displayed if tabs don’t fit in the tab control.

Declaration

property TabsScroll: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Options include:

Value Meaning
True Tabs are not resized, and tab navigation buttons are displayed.
False Tabs are proportionally resized so that all tabs are visible on-screen.

The default value of the TabsScroll property is True.

See Also