c# - comboboxitem to be replaced by textbox on clicking -


i implementing combobox consisting of normal comboboxitems , allow modification of list bound combobox.

eg: need following go combobox - option1, option2, option3, addnewoption where, upon clicking on addnewoption, want comboboxitem expose textbox enter content, dynamically added list bound combobox.

how implement highlighted portion?

i bind editable collection view adds newitemplaceholder @ end, 1 define datatemplate place-holder contains outlined logic.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -