IRibbonPanel.CenterColumnsVertically

Syntax

CenterColumnsVertically: Boolean;

Description

The CenterColumnsVertically property determines whether controls are aligned center relative to the panel vertical.

Comments

If the property is set to True, all controls are center aligned relative to the panel vertical. If the property is set to False, all controls are aligned relative to the top side of the panel.

The property is set to False by default.

Example

The example of use is given in description of the IRibbonPanels.Add method.

See also:

IRibbonPanel