Skip to content Skip to sidebar Skip to footer

GridView With Horizontal Scroll

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 height as it

Solution 1:

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!


Solution 2:

you can't achieve that even if you nest your Gridview inside a ScrollView. use a Gallery control instead of Gridview Control =),


Post a Comment for "GridView With Horizontal Scroll"