Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ICollectionView::MoveCurrentTo Method (Object^)

 

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

Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.dll)

bool MoveCurrentTo(
	Object^ item
)

Parameters

item
Type: System::Object^

The item to set as the CurrentItem.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft