Two-column grid with variable-height elements?

Suppose I want a two-column grid of elements, but the elements can be enlarged to a larger height?

Right now, Grid Layout Group seems to insist the cell size is consistent for all elements, so if you have one element with a larger height that doesn’t work.

EDIT: And it’s inside of a ScrollRect so I want to ensure it expands size maybe through a ContentSizeFitter

You could probably do something with nested horizontal and vertical layout groups, but you’d need to write your own code to calculate which nested group to put each item into.