In my game, I have a vertical ScrollingFrame that contains x number of horizontal ScrollingFrames. Currently you can only navigate the items that are currently visible. When you reach the end of the visible items, it will not automatically scroll the ScrollingFrame down to see more items. Using the right thumbstick will scroll down, but it is very slow and only works about half the time.
It is expected that the ScrollingFrame should move down to reveal more content instead of just stopping and doing nothing.
Hi there! This is likely due to an error with our visibility calculation with nested scrolling frames. I’ve created a ticket and I’ll let you know when we’ve got a fix.
Hi there! I don’t seem to be easily reproducing this issue. Is this still an issue and can you provide a repro file? Or let me know how to get to that page in Simply Minigolf?
I am experiencing the same problem as OP, not sure if it’s caused by the same issue but this is what I found: when a ScrollingFrame has ClipsDescendants = false and is inside of a frame with ClipsDescendants = true it will fail to scroll down.
I’ve created a repro in the place you provided. If you switch the ClipsDescendants of the container frame and scrollingframe it will work fine. scrolling-frame-repro.rbxl (53.9 KB)
For context, my games UI style utilizes a smaller scrolling frame than the container/background frame so that I can control the top/bottom padding of the scrollbar. Thus the container has ClipsDescendants on rather than the scrolling frame to prevent the bar of empty space you see here: