The ChildWindow is working in VS2012 with toolkit v2.0.
The ChildWindow is working in VS2012 with toolkit v1.9.
Here's the childWindow used in XAML :
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
<xctk:ChildWindow Caption="My Title" Content="My Data" WindowState="Open" />
The ChildWindow is working in VS2012 with toolkit v1.9.
Here's the childWindow used in XAML :
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
<xctk:ChildWindow Caption="My Title" Content="My Data" WindowState="Open" />