C# WinForm TableLayoutPanel和FlowLayoutPanel闪烁的解决方案
设置DoubleBuffered属性为trueflowLayoutPanel1.GetType().GetProperty
("DoubleBuffered",System.Reflection.BindingFlags.Instance
|System.Reflection.BindingFlags.NonPublic)
.SetValue(tableLayoutPanel1,true,null