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
Perhaps you can post your code if this method is not working for you? set selection What I use in a public domain app developed, you can read the code, it scrolls to
ListView in the specified position.
Comments
Post a Comment