FMX.ScrollBox.TPresentedFramedVertScrollBox.Bounces

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bounces: TBehaviorBoolean read GetBounces write SetBounces default 2;

C++

__property Bounces = {default=2};

Properties

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

Description

Indicates if it is possible to scroll content abroad.

FMX.ScrollBox.TPresentedFramedVertScrollBox.Bounces inherits from FMX.ScrollBox.TCustomPresentedScrollBox.Bounces. All content below this line refers to FMX.ScrollBox.TCustomPresentedScrollBox.Bounces.

Indicates if it is possible to scroll content abroad.

See Also