ComboBox.setWrapWidth

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.

class ComboBox
void
setWrapWidth
(
int width
)

Parameters

width int

Preferred number of columns

Meta