FMX.ScrollBox.TCustomPresentedScrollBox.AutoCalculateContentSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoCalculateContentSize: Boolean read GetCalculateContentSize write SetCalculateContentSize default True;

C++

__property bool AutoCalculateContentSize = {read=GetCalculateContentSize, write=SetCalculateContentSize, default=1};

Properties

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

Description

Indicates that the size of the scrolling content is calculated automatically according to the size of the components in content.

Otherwise, the value of the ContentSize property defines the content size.

See Also