[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates the alignment used for the panel relative to the owner for the panel.
Source position: buttonpanel.pas line 101
public property TCustomButtonPanel.Align : TAlign |
Align is a public property in TCustomButtonPanel used to specify the border (or edge) where the panel (and its buttons and bevel) are aligned. The default value for the property is alBottom.
Changing the value in Align causes the private UpdateButtonLayout, UpdateBevel, and UpdateSizes methods to be called.
Use AutoSize to enable or disable auto-sizing for the non-aligned or anchored dimensions in the control.
|
Indicates if the panel can automatically adjust its size. |
Version 4.0 | Generated 2025-05-03 | Home |