[Overview][Types][Classes][Procedures and functions][Index] |
Aligns visible control bands in the container.
Source position: extctrls.pp line 1613
protected procedure TCustomControlBar.AlignControlsToBands; |
AlignControlsToBands calls the AlignControlToBand method to position and align the visible bands on the control bar.
It temporarily disables auto-sizing during the alignment process. Auto-sizing is restored prior to exit.
AlignControlsToBands is called from the CMBorderChanged, MoveBand, StickControls, and Resize methods. It is also called when a new value is assigned to the RowSize property.
|
Aligns the control for the specified band and updates its coordinates for use in subsequent resize operations. |
|
|
Indicates if bands are automatically sized and positioned on the control bar. |
|
|
Signals the OnResize event handler (when assigned) and re-aligns bands and their controls. |
|
|
Height used for a band or a row of bands displayed on the control bar. |
|
|
Performs actions needed when a band is moved to new position. |
|
|
Aligns controls to both their bands and the control bar. |
|
|
Handles the CM_BORDERCHANGED message. |
Version 4.0 | Generated 2025-05-03 | Home |