Components in scrolling frame overflowing rather than going on to the next line

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want to make a scrolling frame (seems more simple than the issue)
  2. What is the issue? Include screenshots / videos if possible!
    When i put enough parts to logically make a second row, it just goes out of the scrolling UI rather than doing a second row
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I have tryed playing with the properties but nothing
    After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
1 Like

Enable ClipsDescendants. This should fix your problem

3 Likes

It is already enabled, without it, it seems to just overlap the scroll frame rather than going behind it when it overflows

Do the UI Objects have any rotation to them? If they do, they will not be clipped.

1 Like