Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android listview scroll to number of listitems

I am using Listview, i want to scroll down to list's 10 item when view get loaded, how can do that ????

like image 379
d-man Avatar asked Dec 23 '09 12:12

d-man


1 Answers

Try yourListView.setSelection(position)

like image 193
blacharnia Avatar answered Sep 29 '22 23:09

blacharnia