VirtualizingStackPanel.GetItemOffsetCore(UIElement) 方法

定义

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

参数

child
UIElement

要查找其位置的元素。

返回

指定项相对于该 VirtualizingStackPanel项的位置。

适用于