How can I make scrolling frame with UI list layout to stay at the bottom

Hi! I am using a scrollframe with a UI list laylout for my in game radio.

To make sure that all new radio messages are visible each time a new message is transmited thru radio the canvas position Y should go to the bottom. The main issue is that on different resolutions the maxium canvas position is different.
On all of my UI elements I use Scale and not offset.

In simple words: How do I set scroll frame at the bottom

image
image

3 Likes

I found a solution
MainFrame.L_Global.CanvasPosition = Vector2.new(0 , MainFrame.L_Global.AbsoluteCanvasSize.Y)

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.