Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 624 Bytes

icollectionview_movecurrenttoposition_2077964868.md

File metadata and controls

28 lines (18 loc) · 624 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Data.ICollectionView.MoveCurrentToPosition(System.Int32)
winrt method

Windows.UI.Xaml.Data.ICollectionView.MoveCurrentToPosition

-description

Sets the item at the specified index to be the CurrentItem in the view.

-parameters

-param index

The index of the item to move to.

-returns

true if the resulting CurrentItem is an item within the view; otherwise, false.

-remarks

-examples

-see-also