Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
XamDialogWindow Header Text?
posted

How on earth is one supposed to set this?

Dialog windows have header text, so we need a method for setting this.

Thanks

ET

 

BTW, your help for XamDialogWindow is incorrect and will not build!

In C#:

myDialogWindow.IsModal = True;

this.LayoutRoot.Children.Add(ig);
Shouldn't this be:
myDialogWindow.IsModal = true;
this.LayoutRoot.Children.Add(myDialogWindow);