|
Group: Forum Members
Posts: 15,
Visits: 3
|
Thanks a lot, I had missed that. However, when I try this other source:
"nComboBox2.EditControl.AutoCompleteSource = AutoCompleteSource.ListItems;"
I get this error:
"The value AutoCompleteSource.ListItems is not applicable to the TextBox control."
I can just leave the CustomSource and fill it with an AutoCompleteStringCollection, and I will get the desired result, but is that the only way?
Thanks!
|