Articles in this section
Category / Section

How to show the dropdown when the ComboBox (ComboBoxAdv) is in ReadOnly in WinForms?

1 min read

Dropdown settings

You can display dropdown of ComboBoxAdv when its textpart is ReadOnly by setting ReadOnly for textpart of ComboBoxAdv as follows

C#

this.comboBoxAdv1.TextBox.ReadOnly = true;

VB


Me.comboBoxAdv1.TextBox.ReadOnly = TRUE

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied