Simple scrollingframe question

Is it possible to make it so a scrollingframe can scroll to the x AND the y axis? Or is this only possible with code.

1 Like

I suggest reading this post:

In the ScrollingFrame’s CanvasSize property, you can state the ScrollingFrame’s maximum “scroll size”. The first of the 4 values states the scale on the X axis, the 2nd states the offset on the X axis and the same goes for the 3rd and 4th values except it’s for the Y axis.

You can easily set a ScrollingFrame to move both ways with XY on the properties of the ScrollingFrame, once that is done you should be able to move both ways, as seen here

Thanks! :grin: This helped me out very well.

1 Like