Android Question Delete panel from ScrollView

ThePuiu

Active Member
Licensed User
Longtime User
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!
 

Star-Dust

Expert
Licensed User
Longtime User
Obviously not reorganize them They should usually be removed and reinserted. But they are too many. Try with CustomListView or UltimateListView.
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
A second alternative and review each panel next to that removed and move them indifferently by modifying the Panel.Top or using SetLayout ...

But ask for time, I do not know if it is very practical
 
Last edited:
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…