RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRibbonGroup.GroupAlign Property

Determines how controls on group are aligned.

Pascal
property GroupAlign: TGroupAlign;
C++
__property TGroupAlign GroupAlign;

GroupAlign contains a TGroupAlign that determines how controls on a group are aligned.  

If alignment is gaHorizontal, controls are aligned left to right, top to bottom. To make a control start in a new row, set the NewRow property to true.  

If alignment is gaVertical, controls are aligned top to bottom, left to right. Controls are automatically moved to the next column in the group if three controls are already in the column. You can also force a control to a new column by setting the NewCol property to true. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!