Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / LoadMoreItemsAsync Method
The number of items to load.

In This Topic
    LoadMoreItemsAsync Method (C1CollectionView)
    In This Topic
    Initializes incremental loading from the view.
    Syntax
    'Declaration
     
    
    Public Function LoadMoreItemsAsync( _
       ByVal count As UInteger _
    ) As IAsyncOperation(Of LoadMoreItemsResult)
    public IAsyncOperation<LoadMoreItemsResult> LoadMoreItemsAsync( 
       uint count
    )

    Parameters

    count
    The number of items to load.
    See Also