FMX.Layouts.TScrollBox.OnResize

From RAD Studio API Documentation

Delphi

property OnResize: TNotifyEvent read FOnResize write FOnResize;

C++

__property OnResize;

Properties

Type Visibility Source Unit Parent
event published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TScrollBox

Description

Occurs immediately after the control is resized. {{#multireplace:FMX.Layouts.TScrollBox.OnResize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.OnResize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TControl.OnResize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Occurs immediately after the control is resized.

OnResize also occurs when Resize is called.

Write an event handler for OnResize to make any final adjustments after a control is resized.

See Also