RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionBar.AutoSizing Property

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

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

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!