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
If we use the ProgressBar (style) in a TabControl we can get a nasty exception like this:
```'TemplateRoot' name cannot be found in the name scope of 'System.Windows.Controls.ControlTemplate'```
This can happen if the Loaded event comes before ApplyTemplate, so the Storyboard can't find the TargetName.
0 commit comments