Refreshing XAML items without using Refresh() method
问题 I'm using C # WPF. I'm trying to figure out if there's a way to update the XAML elements without having to use the Refresh() method that you see in the following code. Now I am encasing the codes related to the C# doPlay() method that is launched inside the MainWindow through a thread and the XAML code. Can anyone suggest a way to update progress bars without having to use the Refresh() method? private void doPlay() { Transfers.Add(new Transfer(Utils.RandomString(6), Utils.RandomString(6),