VirtualizingPanel.GetItemOffset(UIElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the position of the specified item, relative to the 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
Parameters
- child
- UIElement
The element whose position to find.
Returns
The position of the specified item, relative to the VirtualizingPanel.
Remarks
This method calls GetItemOffsetCore.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.