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.