Android Question ScrollView - remove view and reorganize

ThePuiu

Active Member
Licensed User
Longtime User
I have a ScrollView in which I add more panels. How can I delete one of this panels using: swArticles.Panel.RemoveViewAt (rowIndex) and not leave a blank place in place (make a rearrangement of the remaining panels).
An idea would be to pick up a position all the panels that follow after the one deleted but it does not seem to me a too smart method...
Thank you!
 

DonManfred

Expert
Licensed User
Longtime User
I suggest to use xcustomlistview. Here you can easily remove items.
 
Upvote 0
Top