inheritting from ListView.ListViewItemCollection

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris LaJoie

    inheritting from ListView.ListViewItemCollection

    I'm unable to inherit from ListView.ListVi ewItemCollectio n because of a
    compile error. There's nothing in the class, so I can't imagine what it
    doesn't like about it.

    public class ettListViewItem Collection :
    ListView.ListVi ewItemCollectio n
    {
    }

    the compile error this this:
    No overload for method 'ListViewItemCo llection' takes '0' arguments

    Any idea how to fix this?

    Chris


Working...