Hello and good morning,
i try to set the text of a Spinner. i tried a thing like this:

  ArrayAdapter<string> adapter = new ArrayAdapter<string>(this,
Android.Resource.Layout.SimpleSpinnerItem, guiControl.Values);
                        cboComboBox.Adapter = adapter;
cboComboBox.Text = "Test";

But there is not a "Text" property... now i want to know: is it possible to
set the text of a spinner WITHOUT adding a item to the adapter? i want to
have an adapter with the items "1","2","3". The Text of the Spinner have to
be "Please choose". but this is not allowed to be in the list of the
adapter. thank you



--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/A-way-to-do-that-Spinner-Text-tp5711413.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to