What property should I set to make a comboboxitems lable not do a new line?
For example see the attatchement.
For example see the attatchement.
Code:
ComboBoxItem cbi = new ComboBoxItem("logType","Log Type"); DynamicForm df = new DynamicForm(); df.setNumCols(4); df.setWidth("50%"); df.setCellPadding(25); df.setColWidths("*","*"); return df;
Comment