Hi, and thank you for the excellent explanation.
I managed to create a simple list with text entries adding to it and a scroll bar appearing on the side, that’s quite nice, BUT I really need to change something.
Right now entries are added from top to bottom and the list does not automatically scroll to the new entries. Which means eventually new entries are invisible unless the user scrolls down, instead of the list automatically focusing on the new items.
Is there a way to make the list focus on new entries? Or to change the order in which new entries are added (from bottom to top instead of top to bottom)?
Thanks!