Page 1 of 1

DropDownStyle for ComboBox?

Posted: Tue Feb 07, 2006 10:46 am
by MikeFieger
Hello!

How can I set the DropDownStyle for a Combobox?

I want a ComboBox that doesn´t allow editing the text but only choosing from the given options.

Posted: Tue Feb 07, 2006 8:34 pm
by MichaelNesmith
Hi Mike

Unfortunately, the combo box style cannot be changed. If you wish to present a finite collection of options and disable editing, please try the listbox control.