VirtualizingPanel.GetItemOffset(UIElement) 方法

定义

返回指定项相对于 VirtualizingPanel 的位置。

public:
 double GetItemOffset(System::Windows::UIElement ^ child);
public double GetItemOffset (System.Windows.UIElement child);
member this.GetItemOffset : System.Windows.UIElement -> double
Public Function GetItemOffset (child As UIElement) As Double

参数

child
UIElement

要查找位置的元素。

返回

指定项的位置,相对于 VirtualizingPanel

注解

此方法调用 GetItemOffsetCore

适用于