Sets the item at the specified index to be the System.Windows.Data.PagedCollectionView.CurrentItem in the view.
Syntax
'Declaration
Public Overridable Function MoveCurrentToPosition( _
ByVal As Integer _
) As Boolean
public virtual bool MoveCurrentToPosition(
int
)
Parameters
- position
- The index to set the System.Windows.Data.PagedCollectionView.CurrentItem to.
Return Value
True if the resulting System.Windows.Data.PagedCollectionView.CurrentItem is an item in the view; otherwise, false.
See Also