Android Question ScrollView limits

Pedro Caldeira

Active Member
Licensed User
Longtime User
I am loading 37 items from a list onto a scrollview.panel.addview but it only displays the first 25 views
Is there such small limits to how many elements it can hold ?
 

DonManfred

Expert
Licensed User
Longtime User
1. It is better to directly use xCustomListview
2. There is no limit (except the memory available)
 
Upvote 0
Top