I have a ScrollView in which I add more panels (~1000). I have noticed that after deleting one of them, the remaining ones are not rearranged. What is the best method for a large number of panels?
Thank you!
Why aren't you using CustomListView? CustomListView is a ScrollView with panels as items. It will take care of organizing the items for you (with or without animations).