ItemCollectionTransitionProvider Class

Definition

Represents an object that provides transition animations when the data collection changes in an ItemsRepeater-based collection control.

/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ItemCollectionTransitionProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class ItemCollectionTransitionProvider
Public Class ItemCollectionTransitionProvider
Inheritance
Object IInspectable ItemCollectionTransitionProvider
Derived
Attributes

Constructors

ItemCollectionTransitionProvider()

Initializes a new instance of the ItemCollectionTransitionProvider class.

Methods

QueueTransition(ItemCollectionTransition)

Prepares a transition animation to be started by a call to StartTransitions.

ShouldAnimate(ItemCollectionTransition)

Retrieves a value that indicates whether or not this transition should be animated.

ShouldAnimateCore(ItemCollectionTransition)

Provides the behavior for calls to ShouldAnimate. Retrieves a value that indicates whether or not this transition should be animated.

StartTransitions(IVector<ItemCollectionTransition>)

Starts the queued transition animations.

Events

TransitionCompleted

Occurs when the ItemCollectionTransitionProgress.Complete method is called to indicate that a transition on a specific UIElement has completed.

Applies to