CenterColumnsVertically: Boolean;
CenterColumnsVertically: Boolean;
The CenterColumnsVertically property determines whether controls are aligned center relative to the panel vertical.
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.
The example of use is given in description of the IRibbonPanels.Add method.
See also: