FMX.ScrollBox.TCustomPresentedScrollBox.ScrollAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScrollAnimation: TBehaviorBoolean read GetScrollAnimation write SetScrollAnimation default TBehaviorBoolean.PlatformDefault;

C++

__property Fmx::Behaviormanager::TBehaviorBoolean ScrollAnimation = {read=GetScrollAnimation, write=SetScrollAnimation, default=2};

Properties

Type Visibility Source Unit Parent
property public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox

Description

Enables or disables scrolling animation.

See Also