wpf 界面线程 添加项

foreach (var r in sec.Records)
{
    listView.Dispatcher.Invoke((new Action(delegate()
    {
        listView.Items.Add(r);
    })), DispatcherPriority.SystemIdle);
}
posted @ 2016-10-24 18:30  pengde  阅读(252)  评论(0编辑  收藏  举报