>From the page:
http://developer.android.com/reference/android/widget/HorizontalScrollView.html

"You should never use a HorizontalScrollView with a ListView, since
ListView takes care of its own scrolling. Most importantly, doing this
defeats all of the important optimizations in ListView for dealing
with large lists, since it effectively forces the ListView to display
its entire list of items to fill up the infinite container supplied by
HorizontalScrollView."

Does this mean that ListView CAN scroll horizontally? Or is this just
a copy/edit from the ScrollView object?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to