I have problem with my app. I want to add simple progress bar, in designer looks normal, but when I start app, progress bar is empty inside my code is simple:
<ProgressBar Name="pbarStatus" Height="55" Value="50" IsIndeterminate="True"/>
When I just setIsIndeterminate=False then there is only green border with white field inside
I cant send pic (no 10 reputation)...
In new project it works fine, so problem is only with my. Can someone help me where I can find problem?
EDIT
my behaviour IsIndeterminate=True Link
my behaviour IsIndeterminate=False Link
EDIT 2
Thanks, but minimum and maximum I left default (0 and 100) in visual studio in designer progress bar looks as it should (also even when I change value in designer mode), but when I press F5 button (debug) and I start app, progress bar looks as on pictures (is empty or just green border instead animation). It looks like I'm lost animation somehow...
Regards Andrzej