FMX.Layouts.TCustomScrollBox.RealignContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RealignContent;

C++

void __fastcall RealignContent();

Properties

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

Description

Realigns the children controls of this scroll box in the scrolling area of this scroll box.

RealignContent can be overridden in subclasses to allow further functionality when performing the alignment of the objects inside the ContentBounds scrolling area of this scroll box.

See Also