Vcl.ComCtrls.TCoolBar.AutoSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoSize: Boolean read FAutoSize write SetAutoSize default 0;

C++

__property AutoSize = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBar

Description

Specifies whether the control sizes itself automatically to accommodate its contents.

Vcl.ComCtrls.TCoolBar.AutoSize inherits from Vcl.Controls.TControl.AutoSize. All content below this line refers to Vcl.Controls.TControl.AutoSize.

Specifies whether the control sizes itself automatically to accommodate its contents.

Use AutoSize to specify whether the control sizes itself automatically. When AutoSize is True, the control resizes automatically when its contents change.

By default, AutoSize is False.

See Also