punker76 / MahApps.Metro.SimpleChildWindow

A simple child window for MahApps.Metro
MIT License
374 stars 55 forks source link

Xaml Designer doesn't show ChildWindow #13

Closed yhutter closed 9 years ago

yhutter commented 9 years ago

When I open the CoolChildWindow in Visual Studio 2013 I don't see the various content Elements such as Textbox etc. in the designer. All I see is a blue rectangle.

Is there a workaround for this or is this a XAML limitation? coolchildwindow

punker76 commented 9 years ago

@YannickHutter1993 you can show the content by IsOpen="True", this is by default set to False

image