Xamarin.Forms Autocomplete CrossPlatform

前端 未结 7 1667
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:23

    I tried to build my own suggestions/autocomplete following the answer of Imdad. I was hindered by my my criteria where that it had to be shown on top or expand when suggestions filled the listview. Not have a listview taking up space permanently.

    You can try https://github.com/XamFormsExtended/Xfx.Controls But I experienced some issues with it. It displays on top

    I experienced an issue where text in autocompleteview doesn't update from source binding or set from code behind with https://github.com/XLabs/Xamarin-Forms-Labs autocompleteview. That pushes away what is in the way temporarily to display suggestions

    I personally went this solution https://github.com/dotMorten/XamarinFormsControls/tree/master/AutoSuggestBox

提交回复
热议问题