I wanna extend my scrolling frame but when i do it stretches the gui inside like this:
Regular Gui:
Stretched/Extended scrolling gui:
Please let me know how to fix this thanks!
I wanna extend my scrolling frame but when i do it stretches the gui inside like this:
Regular Gui:
Please let me know how to fix this thanks!
You want to change the CanvasSize, it basically makes the frame longer when scrolling.
Thats what i did in the second picture and it stretched the gui that was inside
Did you try to resize the single labels manually? You could use gui modifier to keep the correct size, I will reply tomorrow with a better possibly solution became for me it’s late now
Its very tedious to resize them and move them back manually as i have alot of them.
Try to use LystLayout it allows you to set a size for each button and a distance between them
In the scrolling gui right? Also it kinda works but not really i need the canvas size to be scale of 5 but when i do that everything gets really seperated and the size gets big and stuff.
In the scrolling frame, yes. You must change the labels’ size in the List Layout properties and also the distance
Theres no scale option only distance for the list layout
The scale option is the CellsSize one
Theres no CellsSize thing
It’s a property of List Layout.
I dont see it
Sorry, I forgot it wasn’t a property of List Layout, I will reply tomorrow since I’m very tyred now so I could say some other false things!
guess CanvaSize and use UiListLayout with labels
It doesnt work ive tried it already
If you want to have AutomaticCanvasSize or whatever the frames that are inside the scrollingframe will have to have an offset size for y in order to have it stay the same size. The UI elements are getting stretched because the ScrollingFrame is also getting stretched essentially.
So how do i fix this exactly? (30)
Alright, so the problem as i think is caused by the objects to be in scale size and so they get stretched, you need to use AspectRatioConstraint, there is actually a plugin that makes it adjusted for your situation, you basically select the buttons and then activate the plugin:
Once you do it you can turn the size of the button in scale, you can use this plugin:
Each plugin is contained in the one i linked.
Worked! I just had to move them into the right place it didnt stretch so thanks!