ComponentOne Basic Library for UWP
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 System.UInteger _
    ) As Windows.Foundation.IAsyncOperation(Of LoadMoreItemsResult)
    public Windows.Foundation.IAsyncOperation<LoadMoreItemsResult> LoadMoreItemsAsync( 
       System.uint count
    )

    Parameters

    count
    The number of items to load.
    See Also