UIListLayout From the Bottom Help

Hi there.

I’m really bad at UI designing I get that, which is why I’m probably going to commission someone who has a bit more skill in the art to complete this for my project.

But for testing purposes I would really like the following to happen:

When working with UI List Layouts, there’s the option to fill from the bottom. Which is great. But whenever you load into the game players must manually scroll down to the bottom to see the labels in the list which is annoying.

Is there any way to set the scroll so it starts from the bottom, or better yet any way to automatically scroll upwards when new elements are added so that players don’t need to manually scroll?

image
image

I’m trying to create a custom chat system which is entirely necessary for my game idea.

Thanks,
-Tom :slight_smile:

You can set the Position of the Canvas using the CanvasPosition Property.

Thanks,

Is there any way to set the CanvasPosition property to the bottom with respect to the size of the ScrollingFrame object? As I adjust the size of the screen, the “bottom” Vector2 value changes.

I dont really have alot of experience with ScrollingFrames but I assume the only way to go around that is to set the CanvasPosition in a loop or when the size of the Canvas changes. Then again that would propably mess with the normal scrolling so you’d have to find a way around that aswell.