In our project, we got a requirement to implement something like a cascading ListView cell animation (cell loads up one-by-one, instead of just in one shot). What are my options to implement it easily in Xamarin Forms? Would I have to go in the direction of writing Custom Renderer to implement it? The example is given in the below animation.
Any suggestions are much appreciated.
Thank you in advance.