IncrementalLoadingTrigger

June 22, 2022 ยท View on GitHub

-description

Defines constants that specify list view incremental loading behavior (IncrementalLoadingTrigger property).

-xaml-syntax

<objectproperty="enumMemberName" />

-enum-fields

-field None:0

Incremental loading does not occur.

-field Edge:1

Uses an "edge" offset for incremental loading visual behavior, and enables the list view to notify the scroll host of incremental load per interaction with other settings (IncrementalLoadingThreshold, DataFetchSize).

-remarks

-examples

-see-also