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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.