Xuni Product Documentation - Xamarin.Forms
LoadMoreItemsAsync Method (ISupportIncrementalLoading)
Specifies the desired number of items to be loaded.
Loads more items.
Syntax
Task LoadMoreItemsAsync( 
   Nullable<int> count
)

Parameters

count
Specifies the desired number of items to be loaded.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISupportIncrementalLoading Interface
ISupportIncrementalLoading Members