AHilberink Well-Known Member Licensed User Longtime User Jan 23, 2018 #1 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é
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 Jan 24, 2018 #2 Upload a small example which shoes the issue. Upvote 0