You can have 3 styles on with a combobox, Simple, DropDown and DropDownList.
With a DropDown Style, when you click on the text portion you can select, type, etc into the text box, the dropdown list only appears when you select the down arrow on the right side of the combobox.
With a DropDownList Style when you click the text portion the or the down arrow the dropdown list appears.
I want the DropDownList to behave like the DropDown, any ideas how to get the DropDownList to only show the dropdown list when the arrow is clicked?
I could use a DropDown instead of the DropDownList but I want to restrict the input to only items in the list, I don't want my users to enter things that are not in it.
Thanks