Im trying to add multiple webviews of varying heights to a scrollview.
Right now i'm doing a simple scrollview.add(webview); but unfortunately it simply overlaps the webviews on top of each other.
I dont know the heights of the webviews, as they are all of different heights, is there anyway to tell the scrollview to stack these webviews one after another without knowing the exact height?
thanks!!
1 Answer
Accepted Answer
Add layout: 'vertical'to your ScrollView's properties.
Your Answer
Think you can help? Login to answer this question!