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.
Up arrow icon