Combo + databinding : value question

  • Thread starter Thread starter ZZZ
  • Start date Start date
Z

ZZZ

I have several combo's with databinding values.
when a user starts typen, it's autocompleting
so far so good

but i don't want the user to have the ability to type a values that's not in
the list

for example

list : a,b,c,d,e
users types value z and goes on to next combo

so this may no be possible
any suggestions?
 
combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;

but (of course) that will disable the autocomplete-feature.



regards,
Felix
 
Back
Top