FMX.ScrollBox.TCustomPresentedScrollBox.Content

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Content: TScrollContent read FContent;

C++

__property TScrollContent* Content = {read=FContent};

Properties

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

Description

Container that can hold scrollable content of the scroll box.

Contains controls placed into the scroll box. Content does not contain a style object, any kind of Animation or effect objects.

See Also