FMX.Layouts.TCustomScrollBox.DoRealignContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoRealignContent(R: TRectF); virtual;

C++

virtual void __fastcall DoRealignContent(const System::Types::TRectF &R);

Properties

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

Description

Changes the bounding rectangle of the content of the control to the specified rectangle, and realigns its child controls accordingly.

See Also