I am using scrollView in a detail page where I would like to lock the scrollView if the content is less than a page tall. I don’t know the content size at scrollView creation time as it gets loaded from a db later on based on user choice.
Documentation is not clear on this. Can verticalScrollDisabled be set to true after scrollView creation? At the moment it does not seem to work for me.
Thanks much for your clarification.