It seems that the Windows 10 Combobox style looks disabled when I change it DropDownStyleto DropDownList.

On the left is Combobox in front of any user interaction. Right - when the user clicks on it to open it.
Now I don’t like changing the default design to what the user cannot expect, but for me the default design makes it disabled and can confuse the user.
I tried to set the control BackColorto white, but there were no changes.
I need a behavior DropDownListwhere the user can only select the available options and not write in the new option, but appearance DropDown(plain white background).
source
share