-1

Can any one tell how to implement AutoComplete for ComboBox in winforms.

Vivekh
  • 4,141
  • 11
  • 57
  • 102
  • Possible duplicate of [How to Suggest Append ComboBox in DataGridView?](http://stackoverflow.com/questions/30075724/how-to-suggest-append-combobox-in-datagridview) – Ian Goldby Dec 22 '16 at 09:10

1 Answers1

2

Have you gone through this property

AutoCompleteCustomSource, AutoCompleteMode and AutoCompleteSource.

For more check this Combo

Developer
  • 8,390
  • 41
  • 129
  • 238