共用方式為


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 的位置。

適用於