Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 885 Bytes

incrementalloadingtrigger.md

File metadata and controls

34 lines (22 loc) · 885 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Controls.IncrementalLoadingTrigger
winrt enum

IncrementalLoadingTrigger

-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