Yes, IsModal = true. It just zooms right through. This is called from my App.Xaml.cs init; am I missing initialization?
Hello Sjoerd,
Thank you for your post. I have been looking into, but it seems like that I am missing something in your scenario, so if this is still an issue for you, could you please send an isolated sample project, where the issue is reproduced, so I can investigate it further for you.
Looking forward for your reply.
Yes, I was doing it wrong -- I never added the xamDialogWindow to a grid.
So I did that, but now the dialog is locked to the parent window's client area.
Is there a way to use xamDialog without a parent window, or at the very least, unlock it from the parent window client area? It's completely useless to us this way.