Control.HandlesScrolling Propriété

Définition

Obtient une valeur qui indique si un contrôle prend en charge le défilement.

protected public:
 virtual property bool HandlesScrolling { bool get(); };
protected internal virtual bool HandlesScrolling { get; }
member this.HandlesScrolling : bool
Protected Friend Overridable ReadOnly Property HandlesScrolling As Boolean

Valeur de propriété

Boolean

true si le contrôle a un ScrollViewer dans son style et a un comportement de défilement clavier personnalisé ; sinon, false.

S’applique à