Hi ,
It is possible to set UltraCombo Editor Column Width?
Thanks
Amit
For UltraCombo, you have to access ultraCombo.DisplayLayout.Bands[index].Columns[index or key].Width
PLD
Yeah, the column width of the column works exactly the same as in the grid. So you might even want to just call PerformAutoResize on the columns inside the InitializeLayout event to size each column to it's contents.
Hi Mike,
I'm using UltraComboEditor not the UltraCombo and UltraComboEditor dosn't have these methods or properties
Is there any way to change UltraComboEditor column width.
Hi Amit,
Ah, I see. I think what threw us off was your use of the word "column". UltraComboEditor doesn't have columns; UltraCombo does.
For UltraComboEditor, all you need to do is set the DropDownListWidth property.