Hi ,
oCombo.DisplayLayout.Grid.Rows[0].Cells[0].Column.PerformAutoResize();
On this code I get a runtime error telling me the index is outside the bounderies.
Any help is appreciated!
regards,
Erik
Hi Erik,
How about:
ultraCombo1.DisplayLayout.Bands[0].Columns[0].PerformAutoResize();
Andy.
Hi Andy,
Thanks for your answer.
Any other suggestions?