[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if the panel can automatically adjust its size.
Source position: buttonpanel.pas line 102
public property TCustomButtonPanel.AutoSize : Boolean |
AutoSize is a Boolean property which indicates if the button panel can automatically adjust its size. The default value for the property is True.
Please note that auto-sizing is affected by the value in the Align property. When Align is set to alBottom (the default), the panel width is determined by the available width for the parent. Height will be automatically sized, but Width will not.
|
Indicates the alignment used for the panel relative to the owner for the panel. |
|
|
Allows automatic adjustment of the size for the control, according to its content. |
|
|
Smart way to DoAutoSize. |
Version 4.0 | Generated 2025-05-03 | Home |