EnumItemAnimationMode
Defines the different modes for item animation support in RadVirtualizingDataControl.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data
Assembly:Telerik.WinUI.Controls.dll
Syntax:
[Flags]
public enum ItemAnimationMode
Fields
None
No item animations are played.
PlayAll
Animations are played always when the control is bound to a collection, when the source is reset, or when items are added/removed from the source collection.
Declaration
PlayAll = PlayOnNewSource | PlayOnAdd | PlayOnRemove | PlayOnSourceReset
Field Value
PlayOnAdd
If the RadVirtualizingDataControl.ItemAddedAnimation property is defined, the control will animate each new item that is added to the source collection and is realized in the viewport.
PlayOnNewSource
If the RadVirtualizingDataControl.ItemAddedAnimation property is defined, the control will animate all viewport items using this animation when it is initially bound to a data source.
PlayOnRemove
If the RadVirtualizingDataControl.ItemRemovedAnimation property is defined, the control will animate each new item that is removed from the source collection and was realized in the viewport.
PlayOnSourceReset
If the RadVirtualizingDataControl.ItemRemovedAnimation property is defined, the control will animate all viewport items out of the viewport.