Hi!
I have a question for you all. (Please vote for your choice in the thread poll!)
When you are creating a scrollView and defining it’s scroll width and height (ie the scroll area of your scrollView) do you want to do this, or should these properties be removed and the scrollView do the hard work for you.
Currently the scrollView will automatically adjust it’s scroll width/height according to added content (there may still be some kinks in this…) if you insert your content directly into the scrollView.
Is there any use case for manually setting the scroll width/height yourself? If you manually set the scroll width/height, should the widget library not dynamically update it’s scroll area with added content?
Let me know.