Item Animations
RadListView supports item animations that are added or removed from its viewport.
The animations are implemented with the RadAnimation class and can be set through the ItemAddedAnimation and ItemRemovedAnimation properties of RadListView.
By default the animations happen when items are added or removed from the data source, or when the ItemsSource property is reset. This can be controlled through the ItemAnimationMode property which is a flag enum. This means that you can assign multiple values to it. The available values are:
- None
- PlayOnNewSource
- PlayOnAdd
- PlayOnRemove
- PlayOnSourceReset
- PlayAll