Lookup Combo Box?

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
 
A

Alex Yakhnin [eMVP]

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top