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
On our project, we use a MenuFlyout on a Button in a TemplatedControl that is dynamically modified based on another binding property.
The first time the button is pressed on each TemplatedControl, the Bindings in he MenuFlyout are not bound correctly. After the second time each button is pressed, everything works as expected.
Describe the bug
On our project, we use a MenuFlyout on a Button in a TemplatedControl that is dynamically modified based on another binding property.
The first time the button is pressed on each TemplatedControl, the Bindings in he MenuFlyout are not bound correctly. After the second time each button is pressed, everything works as expected.
First time:
Second time:
To Reproduce
https://github.com/Trueber/template-binding-isse/blob/master/TemplatedControlBindingIssue/Controls/TemplatedControl1.axaml
Expected behavior
The Bindings already work on the first time each button is pressed.
Avalonia version
11.x.x
OS
Windows, Linux
Additional context
No response
The text was updated successfully, but these errors were encountered: