Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / MoveCurrentToNext Method

In This Topic
    MoveCurrentToNext Method
    In This Topic
    Sets the item after the CurrentItem in the view as the CurrentItem.
    Syntax
    'Declaration
     
    
    Public Function MoveCurrentToNext() As Boolean
    public bool MoveCurrentToNext()

    Return Value

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