Hello guys!
I have a problem with AutoCompleteView control. I am just trying to create instance of this control and I am having an error:
System.Exception: Method not found: 'Xamarin.Forms.BindableProperty.Create'.
I have just added the following line to the constructor of my ContentPage:
Xamarin.Forms.Labs.Controls.AutoCompleteView view = new AutoCompleteView();
Is this control really works?
Thanks for your help!