FMX.ScrollBox.TScrollContentSize.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Single read FHeight write SetHeight stored StoreWidthHeight;

C++

__property float Height = {read=FHeight, write=SetHeight, stored=StoreWidthHeight};

Properties

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

Description

Height of the content.

This property is read-only if the value of the IsReadOnly property is True. See also SetSizeWithoutChecks.

See Also