There's the numRows which will extend the grid to show that many items.. but how can I get a clipped preview of the next row underneath?
I want the grid to be 100% height of the view, but the rows will only fit 2.5.
If I make it numRows = 2, then it doesn't fill up as much of the screen as I want and is confusing as to whether or not there are more items.
Is there a way to have it be 2 rows but show more / unmask it vertically?
Thanks.