FMX.ScrollBox.TCustomPresentedScrollBox.ContentSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentSize: TScrollContentSize read GetContentSize write SetContentSize;

C++

__property TScrollContentSize* ContentSize = {read=GetContentSize, write=SetContentSize};

Properties

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

Description

Current content size.

See Also