ItemCollectionTransitionTriggers Enum

Definition

Defines constants that specify what caused the collection transition animation to occur.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum ItemCollectionTransitionTriggers
Inheritance
ItemCollectionTransitionTriggers
Attributes

Fields

Name Value Description
CollectionChangeAdd 1

A data object was added to a collection.

CollectionChangeRemove 2

A data object was removed from a collection.

CollectionChangeReset 4

A collection of data objects was significantly changed; for example, it was reset to empty.

LayoutTransition 8

A layout transition occurred; for example, the window was resized.

Applies to

Product Versions
Windows App SDK 1.4, 1.5, 1.6