0

I'm filling programmatically a LinearLayout with some TextViews using the addView() method.

Is it even possible to let a LinearLayout scroll? Is there a widget that I could use instead? I tried quite a few but nothing worked.

I found a few websites that recommended to use a TextView to create a scrolling area, but a TextView won't take "subviews", right?

Thanks in advance!
S.

4

1 回答 1

3

听起来你想把你的LinearLayout里面一个ScrollView.

于 2010-09-20T16:38:37.663 回答