VirtualizingStackPanel.BringIndexIntoView(Int32) 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.
Génère l'élément à la position d'index spécifiée et l'affiche.
protected public:
override void BringIndexIntoView(int index);
protected internal override void BringIndexIntoView (int index);
override this.BringIndexIntoView : int -> unit
Protected Friend Overrides Sub BringIndexIntoView (index As Integer)
Paramètres
- index
- Int32
Position de l'élément à générer et à afficher.
Exceptions
La position d'index
n'existe pas dans la collection enfant.