Show: Delphi
C++
Display Preferences
FMX.Layouts.TScrollBox.ShowScrollBars
From XE2 API Documentation
Delphi
property ShowScrollBars: Boolean read FShowScrollBars write SetShowScrollBars default True;
C++
__property bool ShowScrollBars = {read=FShowScrollBars, write=SetShowScrollBars, 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 visible or not. By default, ShowScrollBars is set to True.