<ig:XamDialogWindow RestrictInContainer="True" Width="1024" Height="768" StartupPosition="Center"> <ig:XamDialogWindow IsModal="True" RestrictInContainer="True" StartupPosition="Center">
</ig:XamDialogWindow> </ig:XamDialogWindow>
This code doesn't work, the inner xamDialogWindow has sporadic behavior, it attempts to always expand to the right to fill.
I've tried it in both 12.2 and 14.1
Hello and thank you for posting!
I have tested this behavior on my side using the code snippet you provided. It seems that I am missing something in the scenario as I was not able to reproduce the issue. On my side the nested windows is restricted in the parent window. Would it be possible for you to have a look at the attached video and the sample project and modify it to illustrate the issue?