Android Question AHViewPager with on every page the same object

AHilberink

Active Member
Licensed User
Longtime User
HI,

I am using AHViewPager with on every page a CustomScrollView. How can I make each ScrollView unique on every page?

Now only the last page is responding on the expand event.

Is there something like
B4X:
Private clv1() As CustomListView

so I can use it like:
B4X:
clv1(currentpage)

Best regards,
André
 

DonManfred

Expert
Licensed User
Longtime User
Upload a small example which shoes the issue.
 
Upvote 0
Top