RAD Studio VCL Reference
|
Alignment of ribbon group.
TGroupAlign = ( gaHorizontal, gaVertical );
enum TGroupAlign { gaHorizontal, gaVertical };
TGroupAlign specifies the alignment of the TCustomRibbonGroup. It can have one of the following values:
Value |
Meaning |
gaHorizontal |
Controls are aligned left to right in rows. The row ends when a control has the NewRow property set to True. The NewRow property can be ignored when a group is being minimized. |
gaVertical |
Controls are aligned top to bottom moving left to right. Groups aligned vertically are autosized. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|