Open Adam-Langley opened 5 years ago
@Adam-Langley Would you mind attaching your sample project? Thanks!
Hi @samhouts - indeed, let me just clean it up and I'll make it available. Thanks.
Hi again @samhouts - here's a simple case that I'm working on. The product lazy loads list items from an EF Core database context using skip/take pagination to support infinite scrolling. That aside - click the red button to delete the zero-th element, noting that no animation occurs.
@Adam-Langley The EF Core DB is making this difficult to run the sample. I'll have to set up the DB on my side to get in running. That said, the animations shoul dbe running, but perhaps there's some snafu with the new platform specific added in https://github.com/xamarin/Xamarin.Forms/pull/4709. I'll check again next week, but if you have the chance, could you confirm that the animation also do not occur in 3.5.0? Thanks!
Hi @samhouts, Apologies - I hadn't applied the initialisation code required to create the DB. Please use the new ZIP. I have also tried this code against Xamarin.Forms 3.5.0.274416 and it produces the exact same result.
I have also tried this code against Xamarin.Forms 3.5.0.274416 and it produces the exact same result.
so no platform specific snafu, then?
I should clarify - "produces the exact same result", meaning, also does not animate correctly.
Hi @samhouts - is this still being triaged? Thanks
Description
A simple ListView data-bound to an ObservableCollection should animate with add/remove/move animations on iOS. None of these animations occur however.
Steps to Reproduce
Expected Behavior
ListView should animate similar to how UITableView does
Actual Behavior
No animation whatsoever occurs.
Basic Information