In an application I have a Spinner that has tens of items.
When the user taps on the spinner, a popup dialog appears that shows the list of possible selections. However, since there are (sorted) tens of items, I want the user to be able to use the fast-scroll thumb (like fastScrollEnabled
attribute on ListView), similar to the one enabled in Contacts application.
I tried to get the ListView that is used in that popup dialog, but I didn't find any methods to do that.