RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionBarItem.AutoSize Property

Specifies whether the ActionBar control associated with this item sizes itself automatically to accommodate its contents.

Pascal
property AutoSize: Boolean;
C++
__property Boolean AutoSize;

Use AutoSize to specify whether the TActionBar control associated with this item sizes itself automatically. For example, AutoSize controls whether or not TCustomActionToolbars wrap. When AutoSize is true, the control resizes automatically when its contents change. 

By default, AutoSize is false. 

 

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