ItemCollectionTransitionProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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 |