Is there a way to scroll spinner's dropdown list to top so first item is visible regardless which item is currently selected? Obviously I need only to make vistible the item in the list without any selection.
ListView has smoothScrollToPosition() method to display a specific item in the list but spinner seems not to have a similar behavior.