VirtualizingPanel.GetItemOffset(UIElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定项相对于 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。