FMX.ScrollBox.TCustomScrollBoxModel.ContentSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentSize: TScrollContentSize read FContentSize write SetContentSize;

C++

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

Properties

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

Description

Current content size.

See Also