blah blah blah is here! blah blah » Close

up1down
link

How to make a combobox read only in C# (windows form)?

I had manually populated the collection in the list of combobox items, I want that the user should not be able to change the visible text in the combobox.

last answered 2 years ago

1 answers

up1down
link

Set the DropDownStyle to DropDownList

Feedback