- position
- Position to scroll to
- offset
- Desired distance in pixels of position from the top of the view when scrolling is finished
- duration
- Number of milliseconds to use for the scroll
Smoothly scroll to the specified adapter position. The view will scroll such that the indicated position is displayed offset pixels below the top edge of the view. If this is impossible, (e.g. the offset would scroll the first or last item beyond the boundaries of the list) it will get as close as possible. The scroll will take duration milliseconds to complete.