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

Editor not focused in listview:Android

$
0
0

I have an editor control in my custom viewcell in listview. However when I focus on editor, keyboard doesnt come up. Is there something that I might be missing? Here is the code I use-

                           var notes=new Editor();
            notes.SetBinding(Editor.TextProperty,new Binding("DeliveryNotes",BindingMode.TwoWay));
            parentLayout.Children.Add (notes);

Viewing all articles
Browse latest Browse all 58056

Trending Articles