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。