Android Question scroll to item / jump

Uniko Sistemi srl

Active Member
Licensed User
Hi everyone,
before asking I searched the forums in every way and tried but I can't fix a small problem. I have an xCLV in which I insert elements and I would like it to always show me the last element inserted.
I tried scrolltoitem and jump, but it works only in debug if I run it manually, but if I launch the project without interrupting it doesn't execute the command. I also tried giving sleep(0) , sleep(100) but nothing works. What am I doing wrong ?
Thanks a lot to everyone
 

Mahares

Expert
Licensed User
Longtime User
The Sleep line should be before the CustomListView1.JumpToItem line. But, as our friend from Canada suggested, a sample project demonstrating the issue is more helpful.
 
Upvote 0

Mahares

Expert
Licensed User
Longtime User
When you post a thread in this forum, you have to start in English and finish in English. Otherwise, you should post your thread in the Italian forum. I don't think it is helpful to mix posts in different languages in the English forum. It also does not help when you do not use code tags the right way.
 
Upvote 0
Top