ItemCollectionTransitionOperation Enum

Definition

Defines constants that specify the type of transition operation to animate.

public enum class ItemCollectionTransitionOperation
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class ItemCollectionTransitionOperation
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum ItemCollectionTransitionOperation
Public Enum ItemCollectionTransitionOperation
Inheritance
ItemCollectionTransitionOperation
Attributes

Fields

Add 0

A data object was added to the collection.

Move 2

A data object was moved to a different location in the collection.

Remove 1

A data object was removed from the collection.

Applies to