I am making an android app and it uses a GridView
. I made a search button so people can go to a specefic position in the GridView
.
I am currently using:
gridview.smoothScrollToPosition(index);
But in that doesn't center the position to the middle of the GridView
.
This is what I want in an illustration:
Actually the problem is that the GridView
stops scrolling from the moment the correct item is visible. Which means it will have a different place when scrolling up or down.