ScrollingFrame not scrolling?

My scrolling frame won’t scroll when I use the scroll wheel
ezgif.com-video-to-gif (12)

Properties


The CanvasSize is set via this code

-- Resize CanvasSize
Buttons.CanvasSize = UDim2.new(0, Buttons.UIListLayout.AbsoluteContentSize.X, 0, 0)

And it basically gets resized everytime an item is added

Not 100% sure, but I believe it’s because the scroll frame is horizontal. Changing the ScrollingDirection to X instead of XY might do something? I’m not 100% sure.

That still doesn’t work :confused:
30 characters