Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
XamComboEditor IsEditable =True -->WriteCustomText
posted

Hi everyone, 

I am trying to write custom Text into the XamComboEditor so that the text in the XamComboEditor is different to all its items.

The next time I open the Window it will have a new item with the content of the previously entered text.

With a normal ComboBox it works by setting IsEditable="True". -> XamComboEditor refuses.

How can I do this in XamComboEditor?

<ComboBox x:Name="Nextgremium_cmb"
IsEditable="True"/>

thanks in Advance!

yours

Max

Parents Reply Children