Android Question ScrollView - Code Show Last Item

Eduardo Funabashi

Member
Licensed User
Longtime User
Hello,

How to make scrollview control to show last item inserted ?
I have a scroll view that has 10 itens in the visible area.
And what I want is that every each new item inserted, scrollview moves to show last item inserted
Could you please help ?

Regards
 

Eduardo Funabashi

Member
Licensed User
Longtime User
Hello, I'm using DbUtils to fill scrollview

Code: Sub ExecuteListView(SQL As SQL, Query As String, StringArgs() As String, Limit As Int, ListView1 As ListView, TwoLines As Boolean)

After I execute this Sub, it fills my Listview with my data, but I would like that after fill, that scrollview points to last item inserted.
 
Upvote 0
Top