I am trying to build an option menu.
I have a ScrollContainer, which contains a VBoxContainer and in the VBoxContainer are all the controls for the different settings, like so:
ScrollContainer
VBoxContainer
LabelHeader
HBoxOption1
- ...
In the ScrollContainer, both scrollhorizontalenabled and scrollverticalenabled are enabled.
However, when I resize the window, so the VBoxContainer doesn't fit in it anymore, only a vertical scroll bar appears. How do I get a horizontal scroll bar?