GUILayout.BeginScrollView -> Does not scroll

Hi, I use GUILayout.BeginScrollView to scroll when my content is too large for its container, yet even if the content gets bigger than the container / the values passed to the scrollview, the scroll view does not recognize this and won’t scroll. Do I need to use an automatic layout via GUILayout.Vertical etc. in order to get it to work ?

Okay, it seems it only works with GUILayout elements, but is there a gui layout container element (equivalent to BeginGroup) that automatically adjusts its size to its content?