How to set a fixed number of rows in android gridView?

前端 未结 5 1863
余生分开走
余生分开走 2020-12-29 22:04

I am trying to create one gridView in android which have 10 rows and 10 columns.How can I set a fixed number of rows in Gridview ?

5条回答
  •  不思量自难忘°
    2020-12-29 23:04

    The number of rows is automatically calculated (and imposed by you) from the number of columns and the number of items

提交回复
热议问题