Hello, I’m trying to move a frame inside of a scrolling frame that has a uilistlayout:
As you can see from the image, the uilistlayout moves the frame too far to the left which causes the UIStroke to clip outside. How do I move the frame slightly to the right so that the UIStroke is in frame correctly inside the UIListLayout?
UIPadding doesnt work on UIListLayout objects. I just made a frame for padding and inserted the frame inside the padding frame so I could move it around and it would still be auto organized with other objects
Ui padding sall work on a scrolling frame with uigridlayout put the ui padding in the scrolling frame so the ui grid layout and uipading are children from scrolling frame by me it work also make sure you set the uipading the left, right, top and/ or bottom on an higher number then 0 that it go not outside in this case set left on 0,5