2016-08-20 14 views
0

möchte ich die Gleichwertigkeit der Combobox für Xamarin Adroid. Was wir oft in Anwendungen sehen und das zeigt prositions im unteren Bereich des Bildschirms können Sie die Liste der Artikel Scrol und wählen Sie das ElementXamarin android C# combobox Äquivalenz "

würde ich mag erstellen und diese conrtol in Code anzuzeigen hinter wie ich mit Textview tun hier:

LinearLayout ll = (LinearLayout)FindViewById(Resource.Id.linearLayout1); 
LayoutParams lp = new LayoutParams(LayoutParams.MatchParent, LayoutParams.WrapContent); 
TextView tText = new TextView(this); 
tText.SetText("Text", TextView.BufferType.Normal); 
ll.AddView(tText, lp); 

Grüße

+0

Fügen Sie mehr Erklärung über Ihre Erwartung hinzu http://StackOverflow.com/Help/how-to-ask – Stallion

Antwort