I've seen hundreds of unanswered posts on the ListView and related control flicking issues. This arise in the form of an unsuccessful paint of the ListView where edges are not completed or excessive flickering occurs. This seem very prevalent when the ListViews are inserted on tab controls it panels.While optimizing my app I added the following code:
[code=C#]

protected override CreateParams CreateParams
{...