且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使网格视图滚动水平不是垂直于Android的?

更新时间:2023-11-17 17:37:52

您可以尝试把的GridView Horizo​​ntalScrollView 。你可以尝试设置固定高度的的GridView Horizo​​ntalScrollView

You can try putting the GridView in a HorizontalScrollView. You may try to set fixed height to the GridView inside the HorizontalScrollView.

然后就可以动态地计算出的GridView 根据您的内容,并使用 setNumColumns(INT)的列数>方法来设置它。

Then you can dynamically calculate the number of columns of the GridView based on your content and use setNumColumns(int) method to set it.