ComponentOne Basic Library for UWP
MoveCurrentToNext Method (C1CollectionView)

C1.UWP Assembly > C1.Xaml Namespace > C1CollectionView Class : MoveCurrentToNext Method
Sets the item after the CurrentItem in the view as the CurrentItem.
Syntax
'Declaration
 
Public Function MoveCurrentToNext() As System.Boolean
public System.bool MoveCurrentToNext()

Return Value

True if the next item became the CurrentItem; otherwise, false.
See Also

Reference

C1CollectionView Class
C1CollectionView Members