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.
How do I create a custom scroll bar but keep the ScrollContainer functionality?
- Edited
- Best Answerset by Lethn
https://godotengine.org/qa/31394/changing-the-width-of-scrollbars-in-scroll-containers
Found the answer tucked away, you add a theme in the scroll container and then add a VScrollBar in the theme editor.
2 years later
Lethn Thanks a ton! Was having this same issue but not anymore! haha