databinding and AutoCompleteStringCollection of Autocomplete textb -
04-18-2006
, 02:51 PM
Is it possible to BIND, either directly or indirectly, a DATASOURCE to a
COLLECTION-in this case the AutoCompleteStringCollection of an
Autocomplete-enabled textbox? It seems like such an obvious application for
databinding yet everywhere I look there are examples for binding the Text
property or the Tag property,etc. and NOTHING on binding to the
AutoCompleteStringCollection collection. I have an application where the
autocomplete list will grow over time as the user enters more values and it
may get quite large. I was hoping to use a databound autocomplete textbox to
make this more efficient and give me more control over filtering. |