ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / MoveCurrentToNext Method

In This Topic
    MoveCurrentToNext Method (C1CollectionView)
    In This Topic
    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