Sets a value that indicates how data is displayed in the list view control.
public void setView( int value )
value
An integer that represents the way data is displayed in the list view control. Possible values are constants defined in the ViewEnum class. The default value is ViewEnum.LARGEICON.
See Also getView