In the application, I have a Spinner that has dozens of elements.
When the user clicks on the counter, a pop-up dialog box appears in which a list of possible options is displayed. However, since there are dozens of (sorted) items, I want the user to be able to use a quick scroll thumb (such as an attribute fastScrollEnabledin a ListView), similar to that included in the Contacts application.
I tried to get the ListView that is used in this popup dialog box, but I did not find any methods for this.
source
share