i have a ComboBox with some items in it (width pf combo cox 162), when i start application and click on the combobox, the drop down expands with width of about 180 px. If i click again on the combobox, the drop down expands but has a correct width of 162 px.
i have used statements like:
this.radComboBox1.DropDownWidth = 162;
or
radComboBox1.DropDownMaxSize = radComboBox1.Size;
or
radComboBox1.DropDownMinSize = radComboBox1.Size;
but still i am getting the same problem.
Can you please suggest me some solution?