GridView with horizontal scroll

后端 未结 2 1843
梦谈多话
梦谈多话 2020-12-04 01:52

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

相关标签:
2条回答
  • 2020-12-04 02:33

    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!

    0 讨论(0)
  • 2020-12-04 02:37

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

    0 讨论(0)
提交回复
热议问题