C# how can I make a listbox drowdown like a combobox does?
- by codingguy3000
How can I make a listbox dropdown like a combobox.
Or is it possible to configure a combobox so that the user can't add values but rather only select from the available list of values.
This is for a desktop application.
Thanks