Hello, I have a scrollContainer that will scroll vertically. I already have the assets for the scroll bar and grabber. I set up the theme and change the grabber, it works. But when I try to change the scroll itself. The scrollbar is gone.
In the images, you can see the default, the changed grabber, and when I try to add a theme to the scroll
Well I found Texture Margin, I don’t know if this is what you meant but now I can see the scrollbar, but the grabber is now bigger than it and I can’t resize it to fit the scrollbar, any ideas?
No, that’s the wrong property. Content margins is collapsed by default and you need to click to expand it. It’s in the stylebox section in the inspector.
oh yes, I found it. Thank you.
Also, in the image, the scrollbar has a blue border. How do I make the pink grabber be inside the blue border instead of it being on top of the blue border?
I think you can add an invisible border to the grabber to make it look like it fits. Or set the expand margin on the scroll bar to make it bigger than the grabber.
Okay, the grabber fits the the border, thank you. Another thing is. I want the scrollbar to not touch the bottom but I want the contents to touch the bottom. Like this:
I managed to adjust the scrollbar by adding some pixels when editing the region. It doesn’t work for grabber though, especially when it gets smaller. I decided to just forgo it.