We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, we are using CM with WPF and wondered why setting the title on a window in xaml has no effect. I found the responsible code in https://github.com/Caliburn-Micro/Caliburn.Micro/blob/master/src/Caliburn.Micro.Platform/net40/WindowManager.cs in the CreateWindow method. There is a check for the IHaveDisplayName interface and existing bindings.
My suggestion is to also do nothing if there is already a title defined, hence i don't have to set the DisplayName property in my viewmodel.
Thanks
The text was updated successfully, but these errors were encountered:
That makes sense, happy to take a PR for this. 😄
Sorry, something went wrong.
Resolved by #476 .
Thanks!
#462 Fix title check for SL5
ccac323
No branches or pull requests
Hi,
we are using CM with WPF and wondered why setting the title on a window in xaml has no effect. I found the responsible code in https://github.com/Caliburn-Micro/Caliburn.Micro/blob/master/src/Caliburn.Micro.Platform/net40/WindowManager.cs in the CreateWindow method. There is a check for the IHaveDisplayName interface and existing bindings.
My suggestion is to also do nothing if there is already a title defined, hence i don't have to set the DisplayName property in my viewmodel.
Thanks
The text was updated successfully, but these errors were encountered: