FMX.Layouts.TCustomScrollBox.DoRealign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoRealign; override;

C++

virtual void __fastcall DoRealign(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCustomScrollBox

Description

Performs the realignment of the children controls of the TScrollBox object within the object.

It is called internally every time visual properties of TScrollBox are changed.

The children are realigned taking into account their alignment properties, margins, and padding.

DoRealign calls the inherited TControl.DoRealign and then executes the realignment during the inertial scrolling.

See Also