FMX.ScrollBox.TPresentedScrollBox.ScrollDirections

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScrollDirections: TScrollDirections read GetScrollDirections write SetScrollDirections default 0;

C++

__property ScrollDirections = {default=0};

Properties

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

Description

Defines the available scroll directions.

FMX.ScrollBox.TPresentedScrollBox.ScrollDirections inherits from FMX.ScrollBox.TCustomPresentedScrollBox.ScrollDirections. All content below this line refers to FMX.ScrollBox.TCustomPresentedScrollBox.ScrollDirections.

Defines the available scroll directions.

See Also