We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

ComboBoxAdv drop down when typing

What is the best way to make the drop down list come down when the user starts typing? I''ve got DropDownStyle = DropDown Thanks, Todd

1 Reply

AD Administrator Syncfusion Team December 16, 2005 08:31 AM UTC

hi pls try this private void comboBoxAdv1_KeyPress(object sender, KeyPressEventArgs e) { comboBoxAdv1.DroppedDown = true; }

Loader.
Live Chat Icon For mobile
Up arrow icon