You can use this method to remove all items and columns from the System.Windows.Forms.ListView control without having to call the individual Clear methods from the System.Windows.Forms.ListView.ColumnHeaderCollection and System.Windows.Forms.ListView.ListViewItemCollection classes.
The ListView.Clear method does not clear ListView.Groups specified for the System.Windows.Forms.ListView control. To clear ListView.Groups call ListViewGroupCollection.Clear.