Xamarin.Forms Autocomplete CrossPlatform
问题 I am a newbie to Xamarin.Forms Platform. I hope you can help me in moving ahead. I want to have a control like autocomplete in xamarin.forms like below Can you please guide how can it be achievable in Xamarin.Forms? I want to achieve it with the Entry Control TIA 回答1: You haven't included what exactly you want, just some sort of autocomplete. I'll bullet point the Manual way to do it in general for a List of items: Use a TextBox to allow the user to input text. Use a List to gather all your