GridView with horizontal scroll

Posted by sandis on Stack Overflow See other posts from Stack Overflow or by sandis
Published on 2010-06-08T13:45:56Z Indexed on 2010/06/08 15:02 UTC
Read the original article Hit count: 835

Filed under:
|
|

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 grows bigger I am lost.

I have tried to simply change the column width each time an item is added to the gridview. But no vertical scroll appears, even though the items are added correctly. Is there a neat way to fix this, or must I make my own gridview? :(

Cheers,

© Stack Overflow or respective owner

Related posts about android

Related posts about gridview