Vcl.ActnCtrls.TCustomActionDockBar.CreateScrollButtons
Delphi
procedure CreateScrollButtons; virtual;
C++
virtual void __fastcall CreateScrollButtons(void);
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:
AutoSize := False;
AllowScrolling := False;
Orientation := boTopToBottom;