ItemCollectionTransitionProvider Class
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
Item |
Initializes a new instance of the ItemCollectionTransitionProvider class. |
Queue |
Prepares a transition animation to be started by a call to StartTransitions. |
Should |
Retrieves a value that indicates whether or not this transition should be animated. |
Should |
Provides the behavior for calls to ShouldAnimate. Retrieves a value that indicates whether or not this transition should be animated. |
Start |
Starts the queued transition animations. |
Transition |
Occurs when the ItemCollectionTransitionProgress.Complete method is called to indicate that a transition on a specific |
Product | Versions |
---|---|
Windows App SDK | 1.4, 1.5, 1.6 |