VirtualizingStackPanel.GetItemOffsetCore(UIElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳指定項目相對於 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的位置。