事实证明双缓冲还是很有效果的,特别对于那些需要隐藏行的窗体

2021-01-26 21:19

阅读:432

标签:controls   设置   styles   缓冲   red   隐藏   证明   双缓冲   this   

this.DoubleBuffered = true;//设置本窗体
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true); // 禁止擦除背景.
SetStyle(ControlStyles.DoubleBuffer, true); // 双缓冲

事实证明双缓冲还是很有效果的,特别对于那些需要隐藏行的窗体

标签:controls   设置   styles   缓冲   red   隐藏   证明   双缓冲   this   

原文地址:https://www.cnblogs.com/swtool/p/11966237.html


评论


亲,登录后才可以留言!