This may be a no-brainer for the WPF cognoscenti, but I\'d like to know if there\'s a simple way to put text on the WPF ProgressBar. To me, an empty progress bar looks naked. Th
Right click ProgressBar, and click Edit Template > Edit a Copy.
ProgressBar
Then put the TextBlock as shown below just above the closing tag of Grid in the Style generated by VS.
TextBlock
Grid