Layout Group spacing for unevenly sized entries

I have an ingame diary that shows differently sized entries. Some longer, and therefore larger, some smaller.

I’d like to arrange them in a way that they are all evenly spaced and tried to use a vertical layout for it.

Sadly, the layout group spacing does not consider the size of my entries and only does the spacing based on the transform position of the entries. I played around with the spacing and padding, but none of the options allow the consideration of differently sized entries.

Is there any way I can make the layout group space my entries based on their position AND their height? I want the spaces between the bottom of one entry and the top of the next entry to be evenly for all entries.