摘要: Winform 里有 Application.DoEvents();可刷新! WPF 里没这个,尽管可用委托实现多线程,但是刷新还是不行! 后来找到了 类似App.DoEvents()的方法(); 代码: using System;using System.Collections.Generic;u 阅读全文
posted @ 2016-11-11 16:00 封神梦 阅读(16117) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 刷新图层列表,添加素材子元素时间控件TimeRange /// </summary> public void RefreshListView() { for (int i = 0; i < lstCoverage.Items.Count; i++) //lstCo 阅读全文
posted @ 2016-11-11 10:31 封神梦 阅读(682) 评论(0) 推荐(0) 编辑