opengl es - smoothscroll view positioning in android -


I am using a list view that I want to change to a special position while running my code directly. I'm using listview.smoothScrollToPosition (22) which will show the scrolling effect .. which I do not want to show. I want to display the 22 position of the list view directly. I used other methods like listview.setselection (), listview.scrollTo () which does not work? Please, help me

thanks

set selection What I use in a public domain app developed, you can read the code, it scrolls to ListView in the specified position.

Perhaps you can post your code if this method is not working for you?

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -