ListViewBase.IncrementalLoadingTrigger Property

Definition

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

C#
public IncrementalLoadingTrigger IncrementalLoadingTrigger { get; set; }
XAML
<listViewBase IncrementalLoadingTrigger="None" />
-or-
<listViewBase IncrementalLoadingTrigger="Edge" />

Property Value

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

Applies to

Produk Versi
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also