会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
suger
自强不息,厚德载物。
博客园
首页
新随笔
联系
订阅
管理
2011年11月4日
c# ListView 虚拟模式 相关操作
摘要: public class ListViewEx : ListView { #region 虚拟模式相关操作 ///<summary> /// 前台行集合 ///</summary> public List<ListViewItem> CurrentCacheItemsSource; public ListViewEx() { this.CurrentCacheItemsSource = new List<ListViewItem>(); this....
阅读全文
posted @ 2011-11-04 09:50 suger
阅读(6392)
评论(9)
推荐(0)
编辑
公告