I have a chat component which displays chat messages in a listview. When I load the screen I want the user to view the last part of the conversation so I put an on initialization action to the component so that if the chat contains more than 1 item, it scrolls to the end of the list view (see screenshot).
The issue is that when the list view is populated, I have a hard, ugly, bounce of the scroll when it reaches the end (see the attached screen recording).
The same behavior is happening on mobile. I don’t see any relevant logs in the developer’s console.
Any help or idea of what could be the issue is appreciated!