Vcl.ActnCtrls.TCustomActionDockBar.ShowScrollButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowScrollButtons; virtual;

C++

virtual void __fastcall ShowScrollButtons();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionDockBar

Description

Makes the necessary scroll buttons visible.

ShowScrollButtons is used for making the necessary scroll buttons visible.

The scroll up button is visible if the first item visible is not the first item in the list. The scroll down button is visible if the last item in the list is not visible.

See Also