J jellob4a22 New Member Jun 3, 2024 #1 Hi everyone! can I use page indicator in scroll view? if yes then how? Thankyou
Alexander Stolte Expert Licensed User Longtime User Jun 3, 2024 #2 What is the point of a page indicator in a list? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jun 4, 2024 #3 1. Use CustomListView instead of ScrollView. 2. https://www.b4x.com/android/forum/threads/xcustomlistview-page-indicator.145388/ 3. Page indicator: https://www.b4x.com/android/forum/threads/b4x-xui-page-indicator.105731/#content You have full control over the page indicator. It should be done by implementing the ScrollChanged event. Upvote 0
1. Use CustomListView instead of ScrollView. 2. https://www.b4x.com/android/forum/threads/xcustomlistview-page-indicator.145388/ 3. Page indicator: https://www.b4x.com/android/forum/threads/b4x-xui-page-indicator.105731/#content You have full control over the page indicator. It should be done by implementing the ScrollChanged event.