ScrollViewer.GetIsDeferredScrollingEnabled(DependencyObject) Méthode
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.
Retourne la valeur de la propriété IsDeferredScrollingEnabled de l’objet spécifié.
public:
static bool GetIsDeferredScrollingEnabled(System::Windows::DependencyObject ^ element);
public static bool GetIsDeferredScrollingEnabled (System.Windows.DependencyObject element);
static member GetIsDeferredScrollingEnabled : System.Windows.DependencyObject -> bool
Public Shared Function GetIsDeferredScrollingEnabled (element As DependencyObject) As Boolean
Paramètres
- element
- DependencyObject
Objet à partir duquel obtenir IsDeferredScrollingEnabled.
Retours
true
si le contenu est stationnaire lorsque l'utilisateur fait glisser Thumb de ScrollBar ; sinon, false
.