Posted 24 September 2022, 5:19 pm EST
How DropDown C1Combobox when GotFocus or Enter?
Forums Home / ComponentOne / WinForms Edition
Posted by: luis_carlosh on 24 September 2022, 5:19 pm EST
Posted 24 September 2022, 5:19 pm EST
How DropDown C1Combobox when GotFocus or Enter?
Posted 26 September 2022, 12:52 am EST
Hi,
You can set the AutoOpen property to true to open the dropdown automatically when C1Combobox gets focus.
Then you can use the KeyPress event and open the dropdown using the OpenDropDown method.
Please refer to the sample attached.
Regards
Avnish