Synchronice a DataGrid with a list by a Thread (backgroundWorker). WPF C#
I´m tring to link data from a List to a DataGrid, but when I start the object BackgroundWorker, the main thread has been loaded (with a empty List) before the BackgroundWorker fill the List. How can …