Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.01 KB

listviewbase_incrementalloadingtrigger.md

File metadata and controls

33 lines (22 loc) · 1.01 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.ListViewBase.IncrementalLoadingTrigger
winrt property

Windows.UI.Xaml.Controls.ListViewBase.IncrementalLoadingTrigger

-description

Gets or sets a value that indicates the conditions for prefetch operations by the ListViewBase class.

-xaml-syntax

<listViewBase IncrementalLoadingTrigger="None" />
-or-
<listViewBase IncrementalLoadingTrigger="Edge" />

-property-value

An enumeration value that indicates the conditions that trigger prefetch operations. The default is Edge.

-remarks

-examples

-see-also

DataFetchSize, IncrementalLoadingThreshold, LoadMoreItemsAsync, Using virtualization with a list or grid