NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

View Enumeration

Specifies how list items are displayed in a ListView control.

[Visual Basic]
Public Enum View
[C#]
public enum View
[C++]
public enum View

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

Use the members of this enumeration to set the value of the View property of the ListView control.

Members

Member Name Description
LargeIcon Each item appears as a full-sized icon with a label below it.
List Each item appears as a small icon with a label to its right. Items are arranged in columns with no column headers.
Report Each item appears on a seperate line with further information about each item arranged in columns. The left most column contains a small icon and label, and subsequent columns contain subitems as specified by the application. A column displays a header which can display a caption for the column. The user can resize each column at runtime.
SmallIcon Each item appears as a small icon with a label to its right.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | View