I need a 3 columns grid with maximum of 12 tiles, so maximum 4 rows.
Problem #1: the tiles do not have fixed heights, height is determined by the content filling them. Problem #2: the tiles must not take the height of it's neighbours. Problem #3: when the second row starts, tiles must slide right under the above tile, not under above row.
I don't know grid but after spending couple hours searching I'm starting to think it can't be done..
Is there any way?