ICollectionView.MoveCurrentToPosition Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the item at the specified index to be the CurrentItem in the view.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- position
- Type: System.Int32
The index to set the CurrentItem to.
Return Value
Type: System.Booleantrue if the resulting CurrentItem is an item in the view; otherwise, false.
Show: