Overview | Methods | This Package | All Packages
Sets a value that indicates how data is displayed in the list view control.
Syntax
public void setView( int value )
Parameters
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