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

検索する位置を持つ要素。

返品

VirtualizingStackPanelを基準とした、指定した項目の位置。

適用対象