VirtualizingPanel.GetItemOffsetCore(UIElement) メソッド

定義

VirtualizingPanel を基準とする、指定された項目の相対的な位置を返します。

protected:
 virtual double GetItemOffsetCore(System::Windows::UIElement ^ child);
protected virtual double GetItemOffsetCore (System.Windows.UIElement child);
abstract member GetItemOffsetCore : System.Windows.UIElement -> double
override this.GetItemOffsetCore : System.Windows.UIElement -> double
Protected Overridable Function GetItemOffsetCore (child As UIElement) As Double

パラメーター

child
UIElement

位置を検索する要素。

戻り値

Double

常に 0。

注釈

継承 VirtualizingPanel するクラスは、このメソッドをオーバーライドして、パネルに対する相対位置 childを返す必要があります。

適用対象