Xamarin.Forms Autocomplete CrossPlatform

前端 未结 7 1656
Happy的楠姐
Happy的楠姐 2020-12-15 09:00

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

相关标签:
7条回答
  • 2020-12-15 09:45

    I have a Xamarin.Forms custom control you can use that works with iOS, Android and UWP. It uses custom renderers to provide native UI under the covers. I built this because I didn't find any control that provided a good native experience and didn't change the height of the control when the dropdown opens. All the doc + reference to the NuGet package is available here: https://github.com/dotMorten/XamarinFormsControls/tree/master/AutoSuggestBox

    0 讨论(0)
提交回复
热议问题