次の方法で共有


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 を基準とする、指定された項目の相対的な位置。

適用対象