I’ve recently noticed that when you have a UIListLayout parented to a ScrollingFrame, with the VerticalAlignment property set to Bottom, the ScrollingFrame does not scroll correctly. The scroll bar appears and it is possible to scroll, but scrolling occurs in the wrong direction.
At the moment, this happens:
The correct behaviour should be:
To demonstrate, I’ve included a repro file below. Repro.rbxm (12.3 KB)
We spend a lot of time designing our own components from scratch and supporting them through all the updates you guys push. I’m rewriting and simplifying many of my components at the moment and was wondering what all the complexity in the scrolling frame was about. Did some tests, and here we are.
We need those small quality of life updates to make sure designing UI is a robust and predictable experience, for everyone.