Scroll to last item in list (like ChatGPT or Chat App)

Is it possible to scroll to last item in a vertical list? Like when new chat massage comes in, it would scroll you down to see it.

Continuing the discussion from Scroll to entry in vertical list:

This has been posted two other times, but I can’t comment since they’re closed.

Reverse scroll

Yes, but let’s say you built a chat app and you scrolled to the top of the chat. If a new chat comes in, i want to scroll to the bottom so user can see newest chat.

This seems impossible now.

No just use a sort by from newest to oldest. That way scrolling is reversed and newest appears up the top (in reverse case the bottom) in your list.

did it work?