I am trying to make a global chat page for players to talk about the stage, and I have my UIListLayout VerticalAlignment to Bottom and my ScrollingFrame AutomaticCanvasSize, and the Contents are not showing at the bottom and instead it gets above the frame and disappears on view without any way of scrolling to that area
still does the same, when the contents exceed the size amount and scrollingframe starts automatic canvas size, the rest of the contents gets outside to the top and the lower half is empty
This might be a really bad idea, but what if you just rotate the entire chat ScrollingFrame 180 degrees? (You could rotate the chat messages 180 degrees too to make them face the correct way)
Edit:
Looks like this is a problem people have already experienced
You may want to turn off AutomaticCanvasSize and scale it using a script.
I see, it seems roblox does not have any plan to fix this anytime soon, i will probably take ur idea and just rotate both scrolling frame and textlabels 180
Nevermind, i noticed mouse scrolling is inverted, i should probably find other way
Was also having this same issue for hours My textboxes insert at the center of the scrollingframe, even though the correct configurations are all there. Hope there will be a fix eventually
Would it be possible to look into this issue as well? Seems like AutomaticCanvasSize paired with the CanvasSize causes UIListLayouts that are set to either Bottom or Center to just cut off, it only works with Top and the only solution right now is creating a script to automatically change the CanvasSize.