How to Suppress combobox dropdown?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to suppress the dropdown of a combobox. Instead of showing
the dropdown list I would like to show my own control as popup dialog when
user attempts to view the drop down?

Any code examples would be appreciated.
 
You would be best to make your own control for something like this. If you
are open to control sets then Infragistics has controls for this purpose.
 
Back
Top