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!

ListView Class

Displays a list of items in one of four views. Each item displays a caption and optionally an image.

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               ListView

[Visual Basic]
Public Class ListView
   Inherits RichControl
[C#]
public class ListView : RichControl
[C++]
public __gc class ListView : public RichControl
[JScript]
public class ListView extends RichControl

Remarks

The View property specifies how to display the items:

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

ListView Members | System.WinForms Namespace | TreeNode