Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
341
Width Resize Ignored in Column 0
posted

When I try to set the width of the first column (the value column) it's ignored. The setting does apply to subsequent columns. Is there a setting I'm missing?  The control's DropDownWidth attribute is set to -1.

myUltraCombo.DataSource = LoadData()

'this is ignored even through there is lots of white space
myUltraCombo.Rows.Band.Columns(0).Width = 50

'this is followed--truncates visible text
myUltraCombo.Rows.Band.Columns(1).Width = 50