0

In windows 8 xaml I wanted to add a editable combobox

for example : I want the following items to be in the combobox : item1, item2 and

When user clicks the combo becomes and the user can enter the text in place

Is this possible?

I have explored isReadOnly isEditable properites but they seem to be readonly properties

4

1 回答 1

0

当用户在 ComboBox 中单击时,您可以处理单击事件并将 ComboBox 替换为 TextBox。

或者检查这个属性:ComboBox.IsEditable Property

于 2013-01-12T08:56:20.597 回答