VirtualizingPanel.GetItemOffsetCore(UIElement) Metoda

Definice

Vrátí pozici zadané položky vzhledem k objektu VirtualizingPanel.

protected:
 virtual double GetItemOffsetCore(System::Windows::UIElement ^ child);
protected virtual double GetItemOffsetCore (System.Windows.UIElement child);
abstract member GetItemOffsetCore : System.Windows.UIElement -> double
override this.GetItemOffsetCore : System.Windows.UIElement -> double
Protected Overridable Function GetItemOffsetCore (child As UIElement) As Double

Parametry

child
UIElement

Prvek, jehož pozice k nalezení.

Návraty

Double

0 ve všech případech.

Poznámky

Třídy, které dědí z VirtualizingPanel by měly přepsat tuto metodu vrátit pozici child, vzhledem k panelu.

Platí pro