Android: Navigation drawer auto scroll to top behavior on item selection -
There is no way to prevent navigation drawer list items from going to the top when I select 12 items in the navigation drawer menu In which the scrollview has been applied because it will definitely be necessary, I have selected item 3 in the position, takes that position on that screen and hides the above items and if the items I see above always scroll down to me Do it How to get rid of this auto-scroll behavior ride on the item selection.
I actually listened with a switch statement that I was doing to mDrawerList.setSelection (status) Setting the property; So I just commented on this line and everything is fine.
Comments
Post a Comment