android - How to move GridView to beginning ? -


I have a gridview and a button, and I need that when the user clicks the button, the grid view is initially Move / P>

How can I do this?

Try: mGridView.smoothScrollToPosition (0);

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -