FMX.Layouts.TScrollBox.ShowScrollBars

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowScrollBars: Boolean read FShowScrollBars write SetShowScrollBars default 1;

C++

__property ShowScrollBars = {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 True.

Compare with AutoHide and AutoShowing.

See Also