1

I have a combobox that fill with a datatable in form load.

Mycombo.DisplayMember = "FullName";
MyCombo.ValueMember = "ID";
MyCombo.DataSource = MyDattable;

And set AutoComplateMode to SuggestAppend and AutoComplateMode to List item.

When I insert a text into combobox it is fill with suggested that started with my text.

But I want it is fill wit all suggested that like mytext.

burning_LEGION
  • 13,246
  • 8
  • 40
  • 52
Niloo
  • 1,205
  • 5
  • 29
  • 53

0 Answers0