Vcl.ActnCtrls.TCustomActionDockBar.AllowScrolling

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AllowScrolling: Boolean read FAllowScrolling write SetAllowScrolling default False;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionDockBar

Description

Contrôle la capacité de faire défiler les barres d'action.

AllowScrolling est utilisée pour contrôler la capacité de faire défiler les barres d'action qui ne tiennent pas dans leur rectangle client. Pour que le défilement soit autorisé, Orientation doit être défini sur boTopToBottom.