FMX.ScrollBox.TCustomPresentedScrollBox.ViewportSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ViewportSize: TSizeF read GetViewportSize;

C++

__property System::Types::TSizeF ViewportSize = {read=GetViewportSize};

Properties

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

Description

Size of the view port of the ScrollBox content.

See Also