aa #2

Merged
yuiphotograph merged 2 commits from CJ into master 2025-09-04 11:49:42 +08:00
Showing only changes of commit 1878f24679 - Show all commits

View File

@@ -10,7 +10,7 @@ public class FastDataGridView : DataGridView
typeof(DataGridView)
.GetProperty("DoubleBuffered", BindingFlags.Instance | BindingFlags.NonPublic)
.SetValue(this, true, null);
Review

aa

aa
this.SetStyle(ControlStyles.OptimizedDoubleBuffer, true);
this.SetStyle(ControlStyles.AllPaintingInWmPaint, true);
this.SetStyle(ControlStyles.UserPaint, true);