Using progress bar in WPF C# MVVM
问题 My goal is to update the progress bar while another set of script (calculations) is running. I have followed the sample files from here and tried to bind it to my MVVM script but the progress bar would not update. Here is the Progressbar script In the script below, I have included progressBarCounter and noOfData as a value in another script that is calculated in a method. Proof that data is updated public partial class ProgressBarTaskOnWorkerThread : Window { public