Thirumurugan
Thirumurugan

Reputation: 161

How to make comboBox as Editable in UWP?

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

Upvotes: 1

Views: 1113

Answers (3)

Victory Jessie
Victory Jessie

Reputation: 679

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

Upvotes: 0

Nitika Chopra
Nitika Chopra

Reputation: 1405

Use IsEditable="True" property in ComboBox

Upvotes: 1

Wibble
Wibble

Reputation: 796

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

Upvotes: 1

Related Questions