I'm creating a messenger and I need the messages to go from bottom to top (text widget, not llist). I know I can make screen scrollable and change text alignment, but there are some buttons over the text. Any advice?
Use a vertical scrolling arrangement ?
Also see here
1 Like
I haven't done something like that, but maybe a VerticalScrollArrangement can help, there are some extensions that have an option to set the position
Set MessageLogLabel.Text to JOIN(latestMessage, '\n', MessageLogLabel.Text)
1 Like