Android Question Detect when Scrollview is scrolling

chrjak

Active Member
Licensed User
Longtime User
Due to a bug about panel touch up events not fired inside scrollviews i try to build a workaround

however i need to detect if the scrollview is scrolling and need an event fired when it stopped scrolling

scrollpositionchanged does not allow tracking if the user or the scrollview will scroll on or not

I hope for a better solution than putting a timer in scrollpositionchanged and check if the scrollposition has changed while a tick of the timer

best regards
thanks for your help
 
Top