Putting a ScrollingFrame inside another ScrollingFrame does not work if the nested ScrollingFrame has scrolling direction set to X instead of Y.
Using MacOS Ventura and tested in Studio.
The attached repro file should illustrate the issue well. The ScrollingFrames that have green and black boxes work fine, but the ScrollingFrame with the red boxes does not work. The only difference is the scrolling direction.
The horizontal scrollingframe works if the parent scrollingframe has canvassize set to 0. I can also drag the scrollbar manually but scrolling with touchpad/scroll wheel does not work.
Any updates on this? Im having the same issue on windows. Where a horizontal scrolling frame inside a vertical wont scroll unless i hold left shift. It does work if the “interior” scrolling frame is vertical, but not if horizontal
Hi this is still a problem. As you can see if the nested scrolling frame moves vertically it works as expected, but when I change it to scroll horizontally the scroll wheel ignores the nested scrolling frame even though my mouse is over it.