Vcl.ComCtrls.TCustomTabControl.MultiLine
Delphi
property MultiLine: Boolean read FMultiLine write SetMultiLine default False;
C++
__property bool MultiLine = {read=FMultiLine, write=SetMultiLine, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomTabControl |
Description
Determines whether the tabs can appear on more than one row.
Use MultiLine to determine how the tabs are displayed. If MultiLine is true, the tabs are displayed on more than one row when the number of tabs exceeds the number that fits across the top of the tab control. How many rows is determined by how many tabs are in the tab control. If MultiLine is false, the tabs are displayed on one row only, and the user must scroll the displayed scroll arrows to view all the tabs.
See Also
Code Examples