VirtualizingStackPanel.GetItemOffsetCore(UIElement) 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 position de l’élément spécifié, par rapport au VirtualizingStackPanel.
protected:
override double GetItemOffsetCore(System::Windows::UIElement ^ child);
protected override double GetItemOffsetCore(System.Windows.UIElement child);
override this.GetItemOffsetCore : System.Windows.UIElement -> double
Protected Overrides Function GetItemOffsetCore (child As UIElement) As Double
Paramètres
- child
- UIElement
Élément dont la position à rechercher.
Retours
Position de l’élément spécifié, par rapport au VirtualizingStackPanel.