Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I keep everything in ScrollingFrames the same size?

Asked by
lucas4114 607 Moderation Voter
8 years ago

So what I mean is when I use a scrolling frame and want to give it more space it resizes everything in it how do I fix it? example: https://gyazo.com/b8674aaa337b050cf000cd0a954c5d6c then I make the frame larger: https://gyazo.com/40bf13b529d06bc82309ecf8cfe626c9

1 answer

Log in to vote
1
Answered by 8 years ago

Use Offset rather than Scale

Instead of: (.5, 0, .5, 0)

Use: (0, 300, 0, 300)

Ad

Answer this question