问题
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