using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.Drawing; using System.ComponentModel; using System.Collections; namespace Emao_ListView { public class MyListView : System.Windows.Forms.ListV…