How do I change the default scroll wheel?

Godot Version

4.7 stable

Question

How do I change the default texture of the scroll wheel that comes with the ScrollContainer node? I've looked everywhere and genuinely have no idea how to do it

Add a Theme and change the theme properties of the ScrollBar you need.

Here’s how to use the theme editor:

Select the ScrollContainer and check Theme Overrides → Styles. You can customize the scrollbar’s style there using a StyleBoxTexture or StyleBoxFlat. For more control, create a custom Theme and assign it to the ScrollContainer.