Vcl.ActnMan.TCustomActionBar.AutoSizing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoSizing: Boolean read GetAutoSizing write SetAutoSizing;

C++

__property bool AutoSizing = {read=GetAutoSizing, write=SetAutoSizing, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Description

Specifies whether the action band adjusts its size automatically to fit around its child controls.

Use AutoSizing to specify whether the action band resizes dynamically to fit around the controls that the ActionControls property lists. Set AutoSizing to true to cause the action band to resize itself so that child controls fit neatly into its client area. Set AutoSizing to false if you want the action band to be fixed in size.