Android Question CustomListView InsertAt problem

darabon

Active Member
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?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
 
Upvote 0

darabon

Active Member
I saw that and is a good solution
But I cannot change my code now
I preferer to use InsertAt and add messages before new messages now
Thanks
 
Upvote 0
Top