Skip to content

Instantly share code, notes, and snippets.

@pbondoer
Created May 3, 2017 17:00
Show Gist options
  • Save pbondoer/a5c3d5cf718bfce54d0d0df94786b6db to your computer and use it in GitHub Desktop.
Save pbondoer/a5c3d5cf718bfce54d0d0df94786b6db to your computer and use it in GitHub Desktop.
Public Class UnBuggyListView
Inherits ListView
Public Sub New()
Me.SetStyle(ControlStyles.OptimizedDoubleBuffer, True)
Me.SetStyle(ControlStyles.AllPaintingInWmPaint, True)
End Sub
End Class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment