I am creating an Android application and I want to put many short items in Spinner. Basically, it works:

But it does not work the way I want. As you can see, there are many items that have very short text. This means that the user may be asked to scroll a lot to find the items he needs. What I want to do is put the elements in multiple columns, but I don't know how to do it. I searched the Internet for a while, and the only solutions I found were “how to put multiple columns in one element” - I want “how to put elements in multiple columns”.
Thanks.