Vcl.Ribbon.TCustomRibbonGroup.AutoSizingChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AutoSizingChanged; override;

C++

virtual void __fastcall AutoSizingChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonGroup

Description

AutoSizingChanged activates the AutoSizing property of a ribbon group.

AutoSizingChanged is used for setting the AutoSizing property to True. This allows the ribbon group to resize itself so that the child controls fit nearly into its client area.

See Also