-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
metrowindow topmost property binding issue #3738
Comments
@sg2707 This should be working in v1.6.5 and current source. The main demo has a Binding to this property via Menu Item. So maybe you can create or upload this simple sample here on GitHub? Thx. |
In this example it is binding the menu item to the Window property, What I am trying is to bind the viewmodel property to the window property.
|
Hi @sg2707 Happy coding, |
As i mentioned in the issue, if i change the metro window to WPF window, there is no issue. same code works. Check attachment. |
@sg2707 I can confirm the issue with your repro. |
@sg2707 I found the bug. It happens at WindowChromeBehavior from ControlzEx. The Binding will be broken by our Topmost hack. I will fix this. |
@sg2707 It's fixed now and available with ControlzEx v4.2.2 |
I am using MahApps for my WPF application and when the metro window is used, the TopMost property is not able to bind. If i set it as a static value it works though.
Pin is a boolean property here.
If i remove the metro window and use the normal window tag for WPF, it works. Is this a bug?
The text was updated successfully, but these errors were encountered: