Vcl.TabNotBk.TTabbedNotebook.TabsPerRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabsPerRow: Integer read FTabsPerRow write SetTabsPerRow default 3;

C++

__property int TabsPerRow = {read=FTabsPerRow, write=SetTabsPerRow, default=3};

Properties

Type Visibility Source Unit Parent
property published
Vcl.TabNotBk.pas
Vcl.TabNotBk.hpp
Vcl.TabNotBk TTabbedNotebook

Description

TabsPerRow is obsolete and retained only for backwards compatibility.

The TabsPerRow property determines the number of tabs that can appear in a row at the top of the tabbed notebook control. If there are more tabbed pages in the control than can fit in one row, multiple rows are displayed. The number of tabs you specify affects the size of the tabs--the more tabs per row--the smaller the tabs.

TabsPerRow can't be set to a value smaller than 3.

See Also