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
180
How to execute MaximizeCommand for PaneToolWindow of XamDockManager in code behind
posted

Hi!

Is it possible to exectute MaximizeCommand for PaneToolWindow of XamDockManager in code behind?

Yes it is easy to do it in xaml. Something like this:

Command="{x:Static igWindows:ToolWindow.MaximizeCommand}" 

But I do need to run it in c#

Thank you.