Windows.UI.Xaml.Controls.ListViewBase.IncrementalLoadingTrigger
June 22, 2022 ยท View on GitHub
-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