FMX.ScrollBox.TCustomPresentedScrollBox.ContentBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentBounds: TRectF read GetContentBounds write SetContentBounds;

C++

__property System::Types::TRectF ContentBounds = {read=GetContentBounds, write=SetContentBounds};

Properties

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

Description

The content bounds.

This property is read-only if AutoCalculateContentSize is True. To update the content bounds when AutoCalculateContentSize is True, call UpdateContentSize.

See Also