Hi,
a childWindow can move in it's WindowContainer. If the WindowContainer size is the same as the childWindow size, the ChildWindow will not be movable :
a childWindow can move in it's WindowContainer. If the WindowContainer size is the same as the childWindow size, the ChildWindow will not be movable :
<xctk:WindowContainer x:Name="_windowContainer"
Width="300"
Height="200">
<xctk:ChildWindow x:Name="_childWindow"
Caption="ChildWindow"
Width="300"
Height="200"
WindowState="Open">
<TextBlock Text="This is a regular Child Window"
Padding="10" />
</xctk:ChildWindow>
</xctk:WindowContainer>