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
20
Turn off, not display the Header for a XamDialogWindow
posted

I am struggling, trying to figure out how to "turn off" the Header of a XamDialogWindow.  I don't know if would be through a style or a property.  My guess would be to use the HeaderTemplate?.

I would like to have a fixed window that cannot be moved.  I have turned set the properties:

CloseButtonVisibility="hidden"

MinimizedButtonVisibility="hidden"

MaximizedButtonVisibility="hidden"

HeaderIconVisibility="hidden"

Thanks for any guidance!