The problem with the datacombo is that the width of the drop down list is the same as the width of the combo box, so the only way to change the width is to change the size of the whole control.
DBCombo1.width="1455"
would it not be possible to use a normal combo box for this?