Uneditable ComboBox (C#) [modified] [solved]
-
Hi, I don't want my user to be able to type in a new item into my combobox, but I can't seem to find a property to set this. Seems logical that there should be one though, is there? edit: I realize that a listbox would be an option, but I want to have a combo box styled control for this application. edit 2: Problem solved, for future reference: set DropDownStyle to DropDownList (rather than just DropDown) Thanks (anyway) -- modified at 5:53 Thursday 5th July, 2007
-
Hi, I don't want my user to be able to type in a new item into my combobox, but I can't seem to find a property to set this. Seems logical that there should be one though, is there? edit: I realize that a listbox would be an option, but I want to have a combo box styled control for this application. edit 2: Problem solved, for future reference: set DropDownStyle to DropDownList (rather than just DropDown) Thanks (anyway) -- modified at 5:53 Thursday 5th July, 2007