API:FMX.ScrollBox.TPresentedFramedVertScrollBox.Bounces

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Bounces: TBehaviorBoolean read GetBounces write SetBounces default 2;

C++

__property Bounces = {default=2};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TPresentedFramedVertScrollBox

Beschreibung

Gibt an, ob es möglich ist, einen Bildlauf über die Ränder des Inhalts hinaus durchzuführen.

FMX.ScrollBox.TPresentedFramedVertScrollBox.Bounces erbt von FMX.ScrollBox.TCustomPresentedScrollBox.Bounces. Der folgende Inhalt bezieht sich auf FMX.ScrollBox.TCustomPresentedScrollBox.Bounces.

Gibt an, ob es möglich ist, einen Bildlauf über die Ränder des Inhalts hinaus durchzuführen.

Siehe auch