Vcl.ActnCtrls.TCustomActionDockBar.AllowScrolling
Delphi
property AllowScrolling: Boolean read FAllowScrolling write SetAllowScrolling default False;
C++
__property bool AllowScrolling = {read=FAllowScrolling, write=SetAllowScrolling, default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | protected | Vcl.ActnCtrls.pas Vcl.ActnCtrls.hpp |
Vcl.ActnCtrls | TCustomActionDockBar |
Description
Controls the ability to scroll Action Bars.
AllowScrolling is used for controlling the ability to scroll Action Bars that do not fit their client rectangle. For scrolling to be allowed, Orientation must be set to boTopToBottom.