Change Background Color of ScrollView?

I have a scrollview set up and the background is transparent. How can I make it a solid color, say black?

In the ScrollView’s “Image (Script)” component, change “Source Image” from “Background” to “InputFieldBackground”. Then change “Color” to whatever you’d like - making sure to set A to 255 if you want it to be completely solid.

The above worked for me, but I don’t know if that’s the intended way.

You could draw a GUI.Box or GUI.Label that occupies the same rectangle as your ScrollView area.

Then you can apply any GUIStyle you like.