Xamarin.forms: [CollectionView] Add ability to disable item animations

Created on 1 Oct 2019  Â·  2Comments  Â·  Source: xamarin/Xamarin.Forms

Summary

Currently, if an item is added to CollectionView, the item is animated into its parent. There should be a way for us to toggle animations on and off. This could be achieved by setting ItemAnimator to null on RecyclerView (or configuring its properties) and using UIView.performWithoutAnimation during UICollectionView reloads.

API Changes

public bool ItemChangeAnimationsEnabled {get; set;} = true;
// bindable property for ItemChangeAnimationsEnabled

EDIT: Changed proposed property name.

animation 🎬 collectionview in-progress high impact proposal-open enhancement ➕

Most helpful comment

Is there any progress?

All 2 comments

Is there any progress?

Could be a 5.0.0 candidate?

Was this page helpful?
0 / 5 - 0 ratings