I have spinner but in it only selectable items are shown as default title..
is there any way i can set title which doesn’t appear when spinner unfolds…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I just realized what you were trying to do. You want the Spinner “button” to have a title. Something like “- Select One -“, correct?
If that is indeed the case, here is how I accomplished this. Don’t use a spinner. Instead, use a button and style with the title to look like a spinner (will have to find how I did this). When the user clicks the button, open a “select one” dialog and style it to look like a spinner’s dialog. I’ll try to put a code sample up shortly.