I need to stack objects so I used grid layout, but now I can't move the objects, is there a way to move them inside of the grid layout?

I am making a scrolling frame with objects in them and I have a grid layout as they need to be stacked. But I also need to be able to move them around in the Y axis, is it possible to do this?

If you have come across this problem, my solution was to instead of changing the position there is a property called “layout order” which can organise the objects and move them.