Windows.UI.Xaml.Controls.ListViewBase.DataFetchSize

June 22, 2022 ยท View on GitHub

-description

Gets or sets the amount of data to fetch for virtualizing/prefetch operations.

-xaml-syntax

<listViewBase DataFetchSize="double" />

-property-value

The amount of data to fetch per interval, in pages.

-remarks

-examples

-see-also

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

Contents

  1. 1-description
  2. 2-xaml-syntax
  3. 3-property-value
  4. 4-remarks
  5. 5-examples
  6. 6-see-also