How to make comboBox as Editable in UWP?

荒凉一梦 提交于 2020-01-06 02:51:07

问题


Is there any property available to make comboBox as Editable in UWP. Please share your opinion.


回答1:


You might be able to use the AutoSuggestBox instead, although this doesn't behave exactly like an editable ComboBox




回答2:


Use IsEditable="True" property in ComboBox




回答3:


UWP ComboBox is not editable. You can chose items only through drop down. Instead you can try with Syncfusion's SfComboBox.



来源:https://stackoverflow.com/questions/37693230/how-to-make-combobox-as-editable-in-uwp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!