FMX.ScrollBox.TPresentedScrollBox

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ScrollBox.TCustomPresentedScrollBoxFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTPresentedScrollBox

Delphi

TPresentedScrollBox = class(TCustomPresentedScrollBox)

C++

class PASCALIMPLEMENTATION TPresentedScrollBox : public TCustomPresentedScrollBox

Properties

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

Description

A base scroll box component available at design time.

Note: When the size of the area occupied by the Content of a presented scroll box exceeds the control Size, and, therefore, all Content cannot be shown in the scroll box control at one moment, then you can use scroll bars to scroll the Content in the control. Notice that on Windows the scroll bar is shown by default. However, on OS X the scroll bar is not shown by default. On OS X, the scroll bar appears when you try to scroll the Content using the mouse wheel. To enforce the scroll bar to be shown by default, in the Object Inspector, select this scroll box control and set the AutoHide to False.

See Also