ListViewBase.LoadMoreItemsAsync Method

Definition

Initiates the asynchronous request to load more data items, in accordance with the active incremental loading settings.

C#
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<LoadMoreItemsResult> LoadMoreItemsAsync();

Returns

When the operation completes, returns a LoadMoreItemsResult payload.

Attributes

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also