Skip to content
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

Make ViewModelViewHost work in design mode #437

Closed
haacked opened this issue Dec 13, 2013 · 5 comments
Closed

Make ViewModelViewHost work in design mode #437

haacked opened this issue Dec 13, 2013 · 5 comments
Labels

Comments

@haacked
Copy link
Contributor

haacked commented Dec 13, 2013

We need to add:

if (DesignerProperties.GetIsInDesignMode(this)) return;

To the class so it doesn't override Content set up in XAML in design mode.

@anaisbetts
Copy link
Member

Whatchu gonna do submit this as an issue and no PR??

@anaisbetts
Copy link
Member

Imma get credit for this one

@anaisbetts
Copy link
Member

Fixed in fc1cf34

@haacked
Copy link
Contributor Author

haacked commented Dec 13, 2013

Whatchu gonna do submit this as an issue and no PR??

You didn't give me a chance! I submitted it after a long day and I crashed right after. Took the last reserves of my energy to lift my finger and drop it on the Enter key. 😛

@haacked
Copy link
Contributor Author

haacked commented Dec 13, 2013

So when's this going to show up on NuGet? 😄

@lock lock bot added the outdated label Jun 26, 2019
@lock lock bot locked and limited conversation to collaborators Jun 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants