FMX.Layouts.TScrollBox.AutoHide
Delphi
property AutoHide;
C++
__property AutoHide = {default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | TScrollBox |
Description
Specifies whether the scroll bars attached to this scroll box are automatically shown or hidden.
AutoHide supports the following behavior:
True
--If AutoHide isTrue
(default), and if there is no content beyond the display area, the scroll bars are automatically hidden.False
--If AutoHide isFalse
, then you have to manually specify whether to show the scroll bars or not.
Compare with ShowScrollBars and AutoShowing.