Elements in ListLayout view
When adding elements to a ListLayout(which is configured to scroll vertically "SOUTH"), the newest elements is added to the bottom, which is fine. However, what is constantly remaining on the top of the view is the first(oldest) element and the subsequent older. As such, the content is larger than the height, the newest element will be hidden till manually scrolling the list.
Is there a way to make the list automatically updates "i.e. scrolls up" such that the newest element is in view?