Vcl.ComCtrls.TCustomTabControl.RaggedRight
Delphi
property RaggedRight: Boolean read FRaggedRight write SetRaggedRight default False;
C++
__property bool RaggedRight = {read=FRaggedRight, write=SetRaggedRight, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomTabControl |
Description
Specifies whether rows of tabs stretch to fill the width of the control.
Use RaggedRight to get or set whether rows of tabs stretch to fill the width of the control.