摘要:
publicclassCustomListView:System.Windows.Forms.ListView{publicCustomListView() { SetStyle(ControlStyles.DoubleBuffer|ControlStyles.AllPaintingInWmPaint |ControlStyles.UserPaint,true); UpdateStyles();}}双缓冲技术实现绘制图形不闪烁protected void SetStyle ( ControlStyles flag, bool value)如果将 AllPaintingInWmPaint 位设置 阅读全文
posted @ 2011-09-14 20:50
纳凉亭子
阅读(530)
评论(0)
推荐(0)
浙公网安备 33010602011771号