Corona SDK 2014.2419 (Pro)
I just noticed a bug in the scrollView widget.
If you set verticalScrollDisabled = true in the constructor, and later call scrollView:setIsLocked(true) to disable user interaction with the scrollview, when calling scrollView:setIsLocked(false) to enable user interaction again it will allow vertical scrolling.