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
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