FMX.ScrollBox.TCustomPresentedScrollBox.UpdateContentSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateContentSize;

C++

void __fastcall UpdateContentSize();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox

Description

Recalculates content bounds of a scroll box.

This method does not calculate content bounds if AutoCalculateContentSize is False or if the state of the scroll box is csLoading or csDestroying.

See also ContentBounds.

See Also