IncrementalUpdateBehavior Class

A behavior that allows incremental updating of ListView and GridView contents to support faster updating. By attaching this behavior to elements in the ItemTemplate used by these views, some of the updates can be deferred until there is render time available, resulting in a smoother experience.

public ref class IncrementalUpdateBehavior sealed : ::Windows::UI::Xaml::DependencyObject, ::Microsoft::Xaml::Interactivity::IBehavior

Properties

Name

Description

IncrementalUpdateBehavior.AssociatedObject

Gets the DependencyObject to which the IBehavior is attached.

IncrementalUpdateBehavior.Phase

Gets or sets the relative priority of this incremental update. Lower Phase values are addressed first.

Methods

Name

Description

IncrementalUpdateBehavior.Attach Method

Attaches to the specified object.

IncrementalUpdateBehavior.Detach Method

Detaches this instance from its associated object.

Fields

Name

Description

IncrementalUpdateBehavior.PhaseProperty Field

Identifies the Phase dependency property.