Lookup Combo Box?

  • Thread starter Thread starter Joe Keller
  • Start date Start date
J

Joe Keller

Hello,

I'm looking for a solution that would allow me to use a "lookup" style combo
box within my .NET CF form. Today, the .NET CF only supports the
"DropDownList" style. I'm looking for a combo box that would allow me to
type into the top of the combo box and have it select the text in the list
portion of the combo box as the user types.

Has anyone built or ran across such a custom control?

Thanks,

Joe
 
You should be able to combine a TextBox and a ListBox to
achieve the required functionality.
 
Back
Top