Our team is currently working on implementing a wholly custom UI that fits a theme. We wanted to opt for a scroll bar design such as this:
But were saddened to find that it is impossible to make such a scroll bar due to it completely stretching based on the amount of items in a ScrollingFrame, leading to it looking like so:
We are unable to properly implement a design which fits our UI as a whole, as it would lose the texture detail & instead look flat and cartoony. If Roblox were to allow us to have the scroll bar’s image tile, this would address our lack of ability to do anything about this UI inconsistency, outside of completely remaking our own custom ScrollingFrame UI - which would take too much effort to implement & maintain, whilst keeping it working flawlessly across all platforms.
For reference, here is a scroll bar we wish we could implement:
14 Likes
You seem to have missed the TopImage and BottomImage properties which allow the ends of the scrollbar to maintain a constant size while only the middle is stretched. (But that doesn’t solve the entire problem, as the middle will still look stretched.)
1 Like
I’m aware, it was intentional. We ended up opting with using a stretched middle image due to a lack fo alternatives, which becomes visible still.
2 Likes