Hi.
I want to show my floating window in maximized mode.
the code is ...
my_dockingmanager.UseNativeFloatWindow = true;
DockingManager.SetFloatWindowState(my_window, WindowState.Maximized);
DockingManager.SetState(my_window, DockState.Float);
And then, I want to hide the header of this window because I'm showing it's content in fullscreen mode.
Is there any way to do that?