FMX.InertialMovement.TAniCalculations.BoundsAnimation
Delphi
property BoundsAnimation: Boolean read FBoundsAnimation
C++
__property bool BoundsAnimation = {read=FBoundsAnimation, write=SetBoundsAnimation, default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.InertialMovement.pas FMX.InertialMovement.hpp |
FMX.InertialMovement | TAniCalculations |
Description
Determines whether a corner of the scrolling viewport can be dragged inside the visible area.
When BoundsAnimation is:
True
--Any corner of the scrolling viewport can be dragged by a touch input (finger or mouse) inside the interior of the visible area. When a corner of the scrolling viewport is dragged inside the interior of the visible area and then the touch input is released, the inertial scrolling initiates the moving of this viewport corner to the nearest corner of the visible area of a container.False
--This prevents the possibility to drag a corner of the scrolling viewport by a touch input (finger or mouse) inside the interior of the visible area.