Frame scales based on scrolling frame's canvas size

How would i make a frame inside a scrolling frame scale based on the scrolling frames size, not canvas size? i really need to find an answer because i keep getting these very oversized frames

try using constraints such as list layout or grid layout

the problem is grid layout would make the frames always the same size and i want them to scale based on the scrolling frames size

try adding a UIAspectRatioConstraint

1 Like