VirtualizingPanel.GetItemOffset(UIElement) Метод

Определение

Возвращает позицию указанного элемента относительно VirtualizingPanel.

public:
 double GetItemOffset(System::Windows::UIElement ^ child);
public double GetItemOffset (System.Windows.UIElement child);
member this.GetItemOffset : System.Windows.UIElement -> double
Public Function GetItemOffset (child As UIElement) As Double

Параметры

child
UIElement

Элемент, позицию которого требуется найти.

Возвращаемое значение

Позиция указанного элемента относительно VirtualizingPanel.

Комментарии

Этот метод вызывает GetItemOffsetCore.

Применяется к