Hello! I was trying to scale my square frames that are inside a scrolling frame which are influenced by a UIGridLayout. Ive tried other constraints on the UIGridLayout but they didnt seem to work, or I was using them correctly. My goal is to make the frames inside the scrolling frame the exact same size on mobile and PC.
Bumping this post for 1 main reason, UIGridLayout with UIScrollingFrames is legit so broken when you are using full Scale instead of Offset. I’m making my own UIPage System with a colorsheet because I can’t use UIGridLayouts with UIScrollingFrames due to it giving massive gaps and improper scaling. Whenever I make my UI I refuse to use ScrollingFrames most of the time unless I’m forced to use it because I have no other options.