TrisectDevelopment Active Member Licensed User Longtime User Oct 9, 2012 #1 Is it possible to update my listview with a swipe up?
Erel B4X founder Staff member Licensed User Longtime User Oct 9, 2012 #2 If I remember correctly there was an example in the forum for handling a "swipe" event with ScrollView. You can use CustomListView class which is based on ScrollView and handle the ScrollChanged event. Upvote 0
If I remember correctly there was an example in the forum for handling a "swipe" event with ScrollView. You can use CustomListView class which is based on ScrollView and handle the ScrollChanged event.
TrisectDevelopment Active Member Licensed User Longtime User Oct 9, 2012 #3 So its not possible for the standard list view! Or can you catch a scroll down event on the listeview? Last edited: Oct 9, 2012 Upvote 0
So its not possible for the standard list view! Or can you catch a scroll down event on the listeview?
Erel B4X founder Staff member Licensed User Longtime User Oct 9, 2012 #4 ListView doesn't expose the scrolling changed event. Upvote 0