I currently have a GridView scrolling vertically, and everything works fine. But now that I want to change my layout and have the gridview grow on its width instead of heigh
But now that I want to change my layout and have the gridview grow on its width instead of height as it grows bigger
I do not believe GridView supports that -- sorry!
you can't achieve that even if you nest your Gridview inside a ScrollView. use a Gallery control instead of Gridview Control =),