foreach (var r in sec.Records) { listView.Dispatcher.Invoke((new Action(delegate() { listView.Items.Add(r); })), DispatcherPriority.SystemIdle); }