FMX.ScrollBox.TPresentedFramedVertScrollBox.OnCalcContentBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCalcContentBounds: TOnCalcContentBoundsEvent read GetOnCalcContentBounds write SetOnCalcContentBounds;

C++

__property OnCalcContentBounds;

Properties

Type Visibility Source Unit Parent
event published
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TPresentedFramedVertScrollBox

Description

Event that raises after the control calculates its content size.

FMX.ScrollBox.TPresentedFramedVertScrollBox.OnCalcContentBounds inherits from FMX.ScrollBox.TCustomPresentedScrollBox.OnCalcContentBounds. All content below this line refers to FMX.ScrollBox.TCustomPresentedScrollBox.OnCalcContentBounds.

Event that raises after the control calculates its content size.

It is raised only when AutoCalculateContentSize is True.

See Also