FMX.ScrollBox.TScrollContent

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TScrollContent = class(TContent, IIgnoreControlPosition)

C++

class PASCALIMPLEMENTATION TScrollContent : public Fmx::Controls::TContent

Properties

Type Visibility Source Unit Parent
class public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox FMX.ScrollBox

Description

A container for controls placed into the scroll box.

The container holds the scrollable content of a scroll box. It also provides children control location and clipping of scroll box content depending on the scroll box settings.

See Also