Sets a value indicating the current width of each column in a multicolumn list box.
public final void setColumnWidth( int value )
value
The width, in pixels, of each column in the list box.
WFCInvalidArgumentException thrown if the width is less than or equal to zero.
If you set the value to zero (0), Windows assigns a default width to each column.
See Also getColumnWidth