IncrementalUpdateBehavior Class
Represents 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.
Namespace: Microsoft.Xaml.Interactions.Core
Assembly: Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)
The IncrementalUpdateBehavior type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IncrementalUpdateBehavior | Initializes a new instance of the IncrementalUpdateBehavior class. |
| Name | Description | |
|---|---|---|
![]() | AssociatedObject | Gets the DependencyObject to which the IBehavior is attached. |
![]() | Dispatcher | (Inherited from DependencyObject.) |
![]() | Phase | Gets or sets the relative priority of this incremental update. Lower Phase values are addressed first. |
| Name | Description | |
|---|---|---|
![]() | Attach | Attaches to the specified object. |
![]() | ClearValue | (Inherited from DependencyObject.) |
![]() | Detach | Detaches this instance from its associated object. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetAnimationBaseValue | (Inherited from DependencyObject.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue | (Inherited from DependencyObject.) |
![]() | ReadLocalValue | (Inherited from DependencyObject.) |
![]() | SetValue | (Inherited from DependencyObject.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:



