ScrollView: Disable Vertical Scrolling

After inserting content, have you tried using the “setIsLocked()” function for the vertical axis?

https://docs.coronalabs.com/api/type/ScrollViewWidget/setIsLocked.html

Actually I have not - didn’t know that locked a specific axis. Thanks for letting me know - I will give that a shot! Nate

Tried this and it wasn’t working - realized that the items that I’d been putting into the scrollview were being put into a display group first, then the display group was being put into the scrollview.  The issue was still occurring…  This was done before we had access to getView()…   I’m now putting items directly into the view and all seems to work.

Thanks,

Nate