Indicates if bands are automatically sized and positioned for the control bar.
Source position: extctrls.pp line 1597
public property TCustomControlBar.AutoSize : Boolean; |
When AutoSize is False, the CheckBandsSizeAndVisibility method is called to Resize the bands in the control bar. When set to False, the inherited method is used. In addition, AutoSize determines if InvalidatePreferredSize is used when setting the value for the RowSize property.