Vcl.ActnCtrls.TCustomActionDockBar.AllowScrolling

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AllowScrolling: Boolean read FAllowScrolling write SetAllowScrolling default False;

C++

__property bool AllowScrolling = {read=FAllowScrolling, write=SetAllowScrolling, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionDockBar

Beschreibung

Steuert die Möglichkeit, durch Aktionsleisten zu blättern.

AllowScrolling steuert die Möglichkeit des Blätterns durch Aktionsleisten, die zu ihrem Client-Rechteck nicht passen. Der Bildlauf ist erlaubt, wenn Orientation auf boTopToBottom gesetzt wird.