ComboBox.setWrapWidth
void setWrapWidth(int width)Sets the wrap width of combo_box to be width. The wrap width is basically the preferred number of columns when you want the popup to be layed out in a table.
Parameters
width | Preferred number of columns |