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

要查找位置的元素。

返回

Double

指定项的位置,相对于 VirtualizingStackPanel

适用于