Hi we are currently allowing floating windows to be minimized, I'd like to be able to restore the window from code. I've tried calling activate on the content and that will bring the window forward if it's not minimized but nothing otherwise.
Is there any way of doing this?
Thanks.
Hi Mark,
What you can do is get the PaneToolWindow of your choice and set its WindowState property to System.Windows.WindowState.Normal.
Hope this helps.
Thanks for the response Galina, I did think that but how do I get the PaneToolWindow? If i use the XamDockManager.Panes property i get back a ContentPane.
Thanks, Mark.