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
379
How to maximize content panes programmatically
posted

Since v11.1 XamDockManager has "AllowMaximizeFloatingWindows".

This is much appreciated but the doubleclick behavior is not exactly what I am looking for.

I would like to intercept the doubleclick on the contentpane's titlebar and toggle the fullscreen property instead of the docking property (like in VS2010). So my questions are:

- How to detect the docking state of a contentpane e.g. docked, floating?

- How to detect the window state of a contentpane e.g. minimized, normal, maximized?

- How to change the docking and window state?