Sets a value indicating whether the system draws the list box, whether the list box owner draws the list box with all items of equal height, or whether the list box owner draws the list box with items of variable height.
public final void setDrawMode( int value )
value
An integer that specifies how the current list box is drawn. Possible return values are constants defined in the DrawMode class. The default value is DrawMode.NORMAL.
WFCInvalidEnumException thrown if the specified value is not a valid DrawMode constant.
See Also getDrawMode