How to create a responsive scroll with items of different heights?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Spyrex

I am trying to create an infinite (one column) scroll page with posts listed that all have different heights. This scroll column should always take in the whole space available in width (like width: 100% in css). The problem is that I could not find a node doing this out of the box. The height of VBox containers’ items is only settable by a “stretch ratio”, which of course changes the end result when items get added to the list or the VBox container gets resized.
I am just looking for a way to create an expandable list where every item gets added below the previous and where its width gets adjusted to take in 100% of the available horizontal space.

:bust_in_silhouette: Reply From: Spyrex

Just use rect_min_size to define the height of your listed elements.