摘要: 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 阅读(6343) 评论(9) 推荐(0) 编辑