Sets the view with the View enumeration

Namespace:  nControls
Assembly:  nListView (in nListView.dll) Version: 2.1.0.0 (2.1)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void setView(
	View v
)
Public Sub setView ( _
	v As View _
)
public:
void setView(
	View v
)

Parameters

v
View
Details,LargeIcon,SmallIcon,List, or Tile

See Also