VirtualizingPanel.GetItemOffsetCore(UIElement) Metoda

Definicja

Zwraca pozycję określonego elementu względem VirtualizingPanelelementu .

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

Element, którego położenie do znalezienia.

Zwraca

Double

0 we wszystkich przypadkach.

Uwagi

Klasy dziedziczone z VirtualizingPanel powinny zastąpić tę metodę, aby zwrócić pozycję child, względem panelu.

Dotyczy