i want to display this listview on scrolling
Posted
by Sasil
on Stack Overflow
See other posts from Stack Overflow
or by Sasil
Published on 2010-03-18T13:59:12Z
Indexed on
2010/03/18
14:01 UTC
Read the original article
Hit count: 214
android
I'm completely stumped on this one. I have three different lists that need to be displayed on the screen. I've tried using a ScrollView with a LinearLayout child, and putting my ListViews in the LinearView, but all of the ListViews lock to a fixed height with scroll bars. Using other kinds of Layouts means no scrolling.
© Stack Overflow or respective owner