AutomaticSize not working nicely with UIListLayout

Just to keep this short, i’m working on a gui that houses afflictions for my affliction based health thing. and one thing is that afflictions can house their own afflictions which would mean the subs should be treated first before the main one can be treated.

however, in the GUI i rely on automaticSize for the gui in order to house these sub-afflictions and its acting very odd with UIListLayout. instead of the listlayout moving and making space, nothing happens.

(without sub-affliction)
image

(with)
image

2 Likes

I’ve also been having problems with UI list layout. Today i’m going to re-do my entire gui system and configure it manually without UI list layout because of how horrible it is. I don’t think there’s any good reason to use it when you can just manually position everything way better and ChatGPT can always code the rest if you need

1 Like