Skip to content

Instantly share code, notes, and snippets.

@SamKr
Created December 21, 2018 08:29
Show Gist options
  • Save SamKr/46d3660dad9e80809e397727430f4549 to your computer and use it in GitHub Desktop.
Save SamKr/46d3660dad9e80809e397727430f4549 to your computer and use it in GitHub Desktop.
Prevents flickering when updating.
LvServers
.GetType()
.GetProperty("DoubleBuffered", System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.NonPublic)
?.SetValue(LvServers, true, null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment