Is it possible to directly open the WindowsForms combobox programmatically? Have not found a method or property to do so. If not, what are possible solutions that do not involve a lot of hacking.
Use ComboBox.DroppedDown Property:
comboBox1.DroppedDown = true;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With