Hi Jamal,
Ah, I think I misunderstood your question. The width of the dropdown is based on the combined width of it's columns. So it's not the width of the dropdown itself you need to adjust - you want to adjust the width of the columns to fit the data.
You do this with the PerformAutoResize method of the column. You can call this method on each of the two visible columns inside the InitializeLayout event. Just be sure to use the proper overload and specify AllRowsInBand.
Hi,
What you are describing is the default behavior of the UltraCombo. If it's not doing that, you must have changed something. Maybe you set DropDownWidth to something other than the default.
I'm not sure about the UltraComboEditor, but you might want to check the documentation on DropDownWidth. There are certain settings like 0 and -1 that have special meanings.