Hi,
I'm using v2.1 of the toolkit with windows8 and I don't see the title bar. Here's my complete XAML and the resulting image :
I'm using v2.1 of the toolkit with windows8 and I don't see the title bar. Here's my complete XAML and the resulting image :
<xctk:WindowContainer x:Name="_windowContainer">
<xctk:ChildWindow x:Name="_childWindow"
Caption="My ChildWindow"
IsModal="True"
WindowStartupLocation="Center"
WindowState="Open"
WindowThickness="0"
WindowStyle="None"
BorderThickness="0"
BorderBrush="#3399cc"
Background="#9eceec">
<StackPanel>
<TextBlock Text="This is a regular Child Window"
Padding="10" />
<CheckBox Content="MyCheck" />
</StackPanel>
</xctk:ChildWindow>
</xctk:WindowContainer>
http://s14.postimg.org/j271fpkxd/child_Window.jpg