How do you show progress when Indeterminate="True" in a WPF Progress bar?

Posted by discwiz on Stack Overflow See other posts from Stack Overflow or by discwiz
Published on 2010-05-16T18:01:16Z Indexed on 2010/05/16 18:40 UTC
Read the original article Hit count: 198

Filed under:
|

This has to be the simplest of all questions, but I can not 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?

<ProgressBar x:Name="ProgressUpload" Margin="5" IsIndeterminate="True" ></ProgressBar>

© Stack Overflow or respective owner

Related posts about wpf

Related posts about wpf-controls