ICollectionView::MoveCurrentToPosition Method (Int32)
.NET Framework (current version)
Sets the item at the specified index to be the CurrentItem in the view.
Assembly: WindowsBase (in WindowsBase.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 within the view; otherwise, false.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: