ScrollView getting stuck

Hi,

I’m using a scrollview to display a dynamic list of events/images, and every so often after a restart the scrollview will get ‘stuck’ and not be able to scroll down further from a certain point, which seems to be random. Reloading the list does not change the point where it gets stuck. I haven’t been able to consistently reproduce the bug, which leads me to think it may be something to do with initially fetching the data and images.

Could this be a problem with dynamically loaded/sized elements? Or is it a bug with the scrollview element itself?

Any help or insight would be appreciated.

Hi,

Try giving the ScrollView a fixed Height. In my case the ScrollView wrapped on its child (and out of bounds) and the scroll action would be the same as when you’ve reached the last element on the list