Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

Dropdown / Spinner

$
0
0

Dear Xamarin,

is it possible to use a spinner in forms if you do it like

        #if __ANDROID__
            Android.Widget.Spinner dropdown = new Android.Widget.Spinner(this);


        #endif

but the context is not being recornized.
how can i achieve this ??


Viewing all articles
Browse latest Browse all 77050

Trending Articles