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!
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!