Windows apps
Collapse the table of content
Expand the table of content

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.

System::Object
  DependencyObject
    Microsoft.Xaml.Interactions.Core::IncrementalUpdateBehavior

Namespace:  Microsoft.Xaml.Interactions.Core
Assembly:  Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)

public ref class IncrementalUpdateBehavior sealed : public DependencyObject, 
	IBehavior

The IncrementalUpdateBehavior type exposes the following members.

  NameDescription
Public methodIncrementalUpdateBehaviorInitializes a new instance of the IncrementalUpdateBehavior class.
Top

  NameDescription
Public propertyAssociatedObjectGets the DependencyObject to which the IBehavior is attached.
Public propertyDispatcher (Inherited from DependencyObject.)
Public propertyPhaseGets or sets the relative priority of this incremental update. Lower Phase values are addressed first.
Top

  NameDescription
Public methodAttachAttaches to the specified object.
Public methodClearValue (Inherited from DependencyObject.)
Public methodDetachDetaches this instance from its associated object.
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetAnimationBaseValue (Inherited from DependencyObject.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodGetValue (Inherited from DependencyObject.)
Public methodReadLocalValue (Inherited from DependencyObject.)
Public methodSetValue (Inherited from DependencyObject.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public fieldStatic memberPhasePropertySpecifies the relative priority of this incremental update.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:
© 2017 Microsoft