Using BeginUpdate & EndUpdate method you can avoid repainting a ListView control.
MyListView.BeginUpdate(); //Write here you code which will insert the values in listview...MyListView.EndUpdate();
MyListView.BeginUpdate(); //Write here you code which will insert the values in listview...
MyListView
.EndUpdate();