I have ordinary combobox and I want to prevent any changes on it, so I want to make it not show dropdown. Is it possible?
I’ve tried changing dropDownStyle to simple, but then it shows list of items below.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One way to achieve this is to create readonly
TextBoxover the combo, wirh exact size and font of the combo, so the user possibly will not notice any difference.