摘要:
public class DoubleBufferListView : ListView { public DoubleBufferListView() { SetStyle(ControlStyles.DoubleBuffer | ControlStyles.OptimizedDoubleBuff 阅读全文
posted @ 2018-01-17 16:27
高软玩家
阅读(341)
评论(0)
推荐(0)
|
摘要:
public class DoubleBufferListView : ListView { public DoubleBufferListView() { SetStyle(ControlStyles.DoubleBuffer | ControlStyles.OptimizedDoubleBuff 阅读全文
posted @ 2018-01-17 16:27
高软玩家
阅读(341)
评论(0)
推荐(0)
摘要:
Point m_MBRpt = listView1.PointToClient(Control.MousePosition); ListViewItem lstrow = listView1.GetItemAt(m_MBRpt.X, m_MBRpt.Y); System.Windows.Forms. 阅读全文
posted @ 2018-01-17 16:26
高软玩家
阅读(1386)
评论(0)
推荐(0)
摘要:
找一个中文版的vs 将 C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework 文件夹 复制到你自己的文件目录 C:\Program Files (x86)\Reference Assemblies\ 阅读全文
posted @ 2018-01-17 11:05
高软玩家
阅读(908)
评论(0)
推荐(0)
|