Android Question How to copy Scrollview contents to CustomListView

jai

Active Member
Licensed User
Longtime User
I have several tall and wide reports that are produced on a scroll panel. It is currently being done programmatically and scrolls vertically (and horizontally on iOS). How can I transpose or copy a scroll panel for all its contents to a CustomListView to gain the ability to scroll horizontally and vertically on Android?
 
Top