Change Position of a Frame below a Frame that is in a ScrollingFrame with UIGridLayout

  1. What do you want to achieve? Keep it simple and clear!
  • I want to make it so whenever i press a button, the other frames below that frame goes down to make space for the information frame but it just doesn’t work.
  1. What is the issue? Include screenshots / videos if possible!

  2. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

  • Yeah nothing helpful.

No code.

If somebody could help me, i’d appreciate it.

1 Like

You could put the Frame in the ScrollingFrame and set the LayoutOrder of it to the Frame’s layout order + 1, and you need to add 1 to the layout orders of the frames below.

Not exactly how i want it, I want it so whenever i open that up, the frames below make space for the information frame to be seen, i don’t want it to be at the bottom of the list.

That’s why I said set the LayoutOrder of the Frame to the other frame’s + 1

That’s exactly what i did, idk what i did wrong but it just doesn’t work.

Remember you need to add 1 to the layout orders of the frames below.

The information frame is in the command frame. If i add +1 to the frames below’s LayoutOrders, it doesn’t work, do i have to do it by script or what?

Oh, in that case, you can switch over to using a UIListLayout.

And in this case, how is UIListLayout used?