FMX.Layouts.TScrollBox.AutoHide
Delphi
property AutoHide: Boolean read FAutoHide write SetAutoHide default 1;
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 is- True(default), and if there is no content beyond the display area, the scroll bars are automatically hidden.
- False--If AutoHide is- False, then you have to manually specify whether to show the scroll bars or not.
Compare with ShowScrollBars and AutoShowing.