REALLY Need help with UI listlayout

Hi, I need help with this UI list layout list,

Sorry for bad quality video

as you see in the video the tick mark frame and cross mark frame sizing is my problem, their width is scaling perfectly as I want but their height isn’t, here’s the hierarchy for more info

Hierarchy

I’m new in to UI and UX so any help will really be appreciated.

2 Likes

So you want them to maintain the same shape? You can use a UIAspectRatio for that to keep it in the same shape!

2 Likes

i want it that frame height to eqaully scale as the width. for example if the frame width decreases by 0.25 then the height also should scale like width.

Can we see the properties please? (of the aspect ratio)

theres no aspect ratio its uilistlayout here the properties
Capture

the UiAspectRatio is whats going to effect the size, the layout only changes the layout of the individual elements

these are the only children of the main frame that im working on

Capture

i used flex features of UIListLayout that changed the size of the children of main frame i think

This was the update that introduced flex features for UIListLayout which I think you don’t know

ohhh yeah didnt know they added that. Yup we’ll wait for someone more qualified to come here

oh alr np thanks for your help tho :slight_smile:

1 Like