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

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

返品

すべての場合で 0。

注釈

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

適用対象