When I enlarge the size of the content of a scrollview, the scrollview takes a while to get to \"know\" this size change of it\'s child. How can I order the ScrollView to ch
You can call:
scrollView.updateViewLayout(childView, childLayout)