-
-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The elements in the ribbon use ElementName = xxx to bind the data and cannot find the xxx element #798
Comments
The above is the example code. Normally, the selected state of ToggleButton should follow checkBox1, but in fact this data binding has not worked. |
That's nothing i can do about. |
But WPF native controls do not have this problem. Is there any difference between Ribbon and native controls? |
Do you have a sample where regular wpf controls don't have this issue? |
The above is the example code. The data binding of checkBox1 and checkBox2 can work, but the data binding of checkBox1 and checkBox3 does not work. The following is the output log |
Will have a look at this when i find some spare time. |
This is fixed in version 8.0. |
Conditions that trigger bugs:
When the above conditions are met, any element in the Ribbon cannot find the element by data binding using the "{Binding ElementName = xxx}" method.
Hope this bug can be fixed, thank you very much!
Environment
The text was updated successfully, but these errors were encountered: