ListViewBase.IncrementalLoadingTrigger property

0 out of 1 rated this helpful - Rate this topic

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

Syntax


public IncrementalLoadingTrigger IncrementalLoadingTrigger { get; set; }


<listViewBase IncrementalLoadingTrigger="Edge" />

Property value

Type: IncrementalLoadingTrigger

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

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

ListViewBase
DataFetchSize
IncrementalLoadingThreshold
LoadMoreItemsAsync

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.