VirtualizingPanel.GetItemOffsetCore(UIElement) 方法

定义

返回指定项相对于 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

参数

child
UIElement

要查找位置的元素。

返回

Double

在所有情况下均为 0。

注解

继承自 VirtualizingPanel 的类应重写此方法以返回相对于面板的位置 child

适用于