CollectionView::MoveCurrentToPosition Method (Int32)
.NET Framework (current version)
Sets the item at the specified index to be the CurrentItem in the view.
Assembly: PresentationFramework (in PresentationFramework.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.
Collection views support the concept of a current record pointer. As you navigate through the objects in a collection view, you are moving a record pointer that allows you to retrieve the object that exists at that particular location in the collection. For more information, see "Binding to Collections" in Data Binding Overview.
.NET Framework
Available since 3.0
Available since 3.0
Show: