摘要:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title> <script language="ja 阅读全文
posted @ 2013-02-06 17:23
94cool
阅读(209)
评论(0)
推荐(0)
摘要:
首先,自定义一个类ListViewNF,继承自 System.Windows.Forms.ListView。代码:using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;namespace ListViewDoubleTest{ class ListViewNF : System.Windows.Forms.ListView { public ListViewNF() { // 开启双缓冲 ... 阅读全文
posted @ 2013-02-06 09:33
94cool
阅读(3635)
评论(0)
推荐(1)
浙公网安备 33010602011771号