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

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

    Return Value

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