All I want is to update an ListViewItem\'s text whithout seeing any flickering.
This is my code for updating (called several times):
listView.BeginUp
yourlistview.BeginUpdate()
//Do your update of adding and removing item from the list
yourlistview.EndUpdate()