Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProgressRing.IsActive should be true by default #2029

Closed
xmedeko opened this issue Jul 10, 2015 · 0 comments
Closed

ProgressRing.IsActive should be true by default #2029

xmedeko opened this issue Jul 10, 2015 · 0 comments

Comments

@xmedeko
Copy link

xmedeko commented Jul 10, 2015

ProgressRing.IsActive is driven by the Visibility, so when I change Visibility, then it always is set IsActive == Visibility.Visible. It's ok, just by default when I make

    <mahapps:ProgressRing />

Then is Visibility == Visible and IsActive == False. To be consistent with the VisibilityChanged callback, it should be IsActive == True by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant