Tight wrapper around stock ListView control. Enforces Vista drawing and styles as needed.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public class ListView : ListView
Visual Basic
Public Class ListView
	Inherits ListView
Visual C++
public ref class ListView : public ListView
F#
type ListView =  
    class
        inherit ListView
    end

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ListView
          System.Extensions.Windows.Forms..::..ListView

See Also