You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.