Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.04 KB

orientedvirtualizingpanel_getinsertionindexes_1871205101.md

File metadata and controls

34 lines (22 loc) · 1.04 KB
-api-id -api-type
M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.GetInsertionIndexes(Windows.Foundation.Point,System.Int32@,System.Int32@)
winrt method

Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.GetInsertionIndexes

-description

Returns the index values of the items that the specified point is between.

-parameters

-param position

The point for which to get insertion indexes.

-param first

The index of the item before the specified point.

-param second

The index of the item after the specified point.

-remarks

Available starting in Windows 10, version 1607.

Call this method when handling a DragOver event to return the indices of the two items between which the DragOver is happening and where a potential drop and insertion would happen.

-examples

-see-also