ItemsView.ScrollView 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 le composant de modèle de contrôle chargé ScrollView
.
ScrollView ScrollView();
public ScrollView ScrollView { get; }
var scrollView = itemsView.scrollView;
Public ReadOnly Property ScrollView As ScrollView
Valeur de propriété
Le ScrollView
instance nommé PART_ScrollView
dans le modèle de ItemsView
contrôle après son chargement , ou null
avant le chargement du modèle de contrôle ou lorsque la partie est manquante.