RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabbedNotebook.TabsPerRow Property

TabsPerRow is obsolete and retained only for backwards compatibility.

Pascal
property TabsPerRow: Integer;
C++
__property int TabsPerRow;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!