I set the option
verticalScrollDisabled = false
when I call
myScrollView = widget.newScrollView
During the app is running, inside the ScrollView listener, I want to enable vertical scroll.
Is it possible?
I originally thought I could I just change myScrollView.verticalScrollDisabled, but it’s not working.
How about isLocked?