Actually, there is no problem with InsertAt function
I'm working on a chat app and that is necessary to load the messages in several parts
When I jump to the end list and add previous messages, the clv scrolled up and I have to scroll to the end again
That is a good experience
Can anybody fix it?
This class can be helpful in esoteric cases where the list grows up instead of down. Think of a chat app where you start with the most recent messages and when the user scrolls up, more older messages are added to the top. The challenge here is to add items without making the list jump back and...
This class can be helpful in esoteric cases where the list grows up instead of down. Think of a chat app where you start with the most recent messages and when the user scrolls up, more older messages are added to the top. The challenge here is to add items without making the list jump back and...