Microsoft SDK for Java

ListView.setView

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.