FMX.InertialMovement.TAniCalculations.AutoShowing
Delphi
property AutoShowing: Boolean read FAutoShowing
C++
__property bool AutoShowing = {read=FAutoShowing, write=SetAutoShowing, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.InertialMovement.pas FMX.InertialMovement.hpp |
FMX.InertialMovement | TAniCalculations |
Description
Enables the smooth hiding and showing of scroll bars.
When AutoShowing is True, then the scroll bars are usually totally transparent and, therefore, invisible. When the inertial scrolling starts, scroll bars appear and become totally opaque. When the moving stops, scroll bars smoothly become more and more transparent until the Opacity becomes equal to 0
and the scroll bars become totally invisible.
Compare with AutoHide and ShowScrollBars.