I'd like to create a gridview with variable columns, say,
row 1, 2 columns
row 2, 3 columns
row 3, 2 columns
row 4, ...
And I also can have them keep same vertical/horizontal spaceing
I fount this StaggeredGridView but didn't likely fit my need. How could I layout such a gridview? thanks.