Issue with ProgressRing initialization #1355
Answered
by
gleclair
faeizazizi
asked this question in
Q&A
-
I'm trying to update to latest version of WPF-UI 4.0.1. I encounter issue with ProgressRing initialization which was not an issue before. <ui:ProgressRing x:Name="ScanProgress"
Grid.Column="2"
Grid.Row="0"
Margin="4"
Width="16"
Height="16"
IsIndeterminate="True"/> Exception:
How can I resolve this? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
gleclair
Feb 21, 2025
Replies: 1 comment 1 reply
-
I'm seeing the same thing. It also happens in the WPFGallery project that has all the examples, so I'm guessing it's not anything in your app (or mine). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
faeizazizi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm seeing the same thing. It also happens in the WPFGallery project that has all the examples, so I'm guessing it's not anything in your app (or mine).
Edit: Looks like the issue is in the static constructor for the Arc control. I created a PR with the fix.