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

sonata admin - how to add ManyToOne property field in configureListfield in sonataAdmin -

wpf - ControlTemplate with changes for every class -

python - how we can use ajax() in views.py in django? -