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
345
How To Create Minimized HeaderTemplate
posted

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

Parents
No Data
Reply
  • 34510
    Verified Answer
    Offline posted

    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?

Children
No Data