Control.HandlesScrolling Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
true
si le contrôle a un ScrollViewer dans son style et a un comportement de défilement clavier personnalisé ; sinon, false
.