Vcl.ActnCtrls.TCustomActionDockBar.CreateScrollButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateScrollButtons; virtual;

C++

virtual void __fastcall CreateScrollButtons();

Properties

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

Description

Creates the buttons that become visible when the available action bar is not capable of displaying all items within its Height.

The CreateScrollButtons method is used to create the buttons that become visible when the available action bar is not capable of displaying all items within its Height.

The following properties values must be set for scrolling:

  1. AutoSize := False;
  2. AllowScrolling := False;
  3. Orientation := boTopToBottom;

See Also