Possible Duplicate:
Horizontal ListView in Android?
I have database with 3 field that I connect to listview (my custome listview from xml file).
When the list is Filled with data, the listview can Scrolling up and down.
But what will happen if I have 15 fields on my database? How to make the listview
Scrolling right and left? Is it possible?
Thanks