• Godot HelpGUI
  • How do I create a custom scroll bar but keep the ScrollContainer functionality?

I don't know why I'm struggling with this, maybe it's just the heat. However I haven't been able to find all that much on actually creating a VScrollBar node and pairing it up with the ScrollContainer. Apparently you make it a single child and then have the contents a child of the VScrollBar? However I've had a lot of problems even scaling it correctly as it resets itself in runtime. Adding my image to the VSrollBar is a piece of cake at least.

2 years later