B4J Question Listview question

samperizal

Active Member
Licensed User
Longtime User
Hi.
Is it possible in a listview to always show the last item added?

Thank you
 

Jorge M A

Well-Known Member
Licensed User
From Documentation of ListView:


ListView also has a method:

ScrollTo
Description
Scrolls the list to the specified index.
Syntax
ScrollTo(Index As int) As void

You need to know the last index.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…