FMX.ScrollBox.TPresentedHorzScrollBox.AutoCalculateContentSize
Delphi
property AutoCalculateContentSize;
C++
__property AutoCalculateContentSize = {default=1};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | published | FMX.ScrollBox.pas FMX.ScrollBox.hpp | FMX.ScrollBox | TPresentedHorzScrollBox | 
Description
Indicates that the size of the scrolling content is calculated automatically according to the size of the components in content.
FMX.ScrollBox.TPresentedHorzScrollBox.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.