FMX.ScrollBox.TCustomPresentedScrollBox.DoCalcContentBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoCalcContentBounds: TRectF; virtual;

C++

virtual System::Types::TRectF __fastcall DoCalcContentBounds();

Properties

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

Description

Calculates content bounds by building convex shell of all children controls of Content.

If ScrollBox uses Horizontal or Vertical ScrollDirections mode, it restricts the content size by height or width.

See Also