Skip to content

Introduce BindingProxy to mitigate temporary XAML binding failures#4045

Open
nicolaihenriksen wants to merge 1 commit intomasterfrom
fix3814
Open

Introduce BindingProxy to mitigate temporary XAML binding failures#4045
nicolaihenriksen wants to merge 1 commit intomasterfrom
fix3814

Conversation

@nicolaihenriksen
Copy link
Copy Markdown
Contributor

Fixes #3814

Introduces a BindingProxy to mitigate the temporary binding failures occurring when bindings are used to reference something not in the current visual tree.

The issue was easily reproducible. I also went through the pages of the demo app (just opening them) to spot any immediate XAML binding failures. There were 2 apart from the ProgressBar:

  • Slider (fixed, also using BindingProxy)
  • Tree (not fixed, this seems to be a different issue)
image

@nicolaihenriksen nicolaihenriksen added this to the 5.3.2 milestone Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

XAML Binding Failures when ProgressBar is styled with MaterialDesignCircularProgressBar in v5.2.1 (Was working in v5.1.0)

1 participant