FMX.ScrollBox.TScrollContentSize.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Single read FWidth write SetWidth stored StoreWidthHeight;

C++

__property float Width = {read=FWidth, write=SetWidth, stored=StoreWidthHeight};

Properties

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

Description

Width of the content.

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

See Also