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
495
Allow user to enter new value in WinCombo
posted

I'm using a WinCombobox which has a list of Strings as datasource.

So after construction of the combo, it contains multiple items (strings). Now I want the user to allow adding entering a new value which is not listed in the combo.

This value must NOT be added to the combolist after entering.

Which properties do I have to set to make this work ?