API:FMX.ScrollBox.TPresentedFramedVertScrollBox.AutoCalculateContentSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoCalculateContentSize: Boolean read GetCalculateContentSize write SetCalculateContentSize default 1;

C++

__property AutoCalculateContentSize = {default=1};

Properties

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

Description

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

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

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