This has to be the simplest question of all, but I cannot seem to figure it out. I have the progress bar in place. How do I make it show progress? How do I start the thing?<
A possible workaround of the problem is to simply show or hide the ProgressBar control:
progressBar.Visibility = Visibility.Visible; progressBar.Visibility = Visibility.Collapsed;