Vcl.Ribbon.TCustomRibbonGroup.TGroupAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGroupAlign = (gaHorizontal, gaVertical);

C++

enum DECLSPEC_DENUM TGroupAlign : unsigned char { gaHorizontal, gaVertical };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonGroup

Description

Alignment of ribbon group.

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.