I would like when the XamDialogWindow is minimized the header shows. Currently the only way I see of doing this by creating a datatemplate for minimizedheadertemplate. Would someone mind providing me an example of how to create a DataTemplate for the MinimizedWindowState.
Thanks In Advance
Will
Hi Will,
By default the XamDialogWindow has a minimized width of 100 pixels which is enough to display the minimize, maximize and close buttons. If you change the MinimizedWidth property to a larger number you will be able to see the header title and icon while the window is minimized.
Is this what you are looking for?