How to hide the header of floating window when maximized

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?

3 Replies 1 reply marked as answer

AI Anirudhan Iyyappan Syncfusion Team June 8, 2020 01:19 PM UTC

Hi sungjin, 
 
Thank you for contacting Syncfusion Support. 
 
Based on your query “How to hide the header of floating window when it’s in maximized state”, we have prepared an sample. In this sample we have achieved your requirement by removing the header name for the float window to make it empty. For further details please refer to the below sample.  
 
 
If we have misunderstood any of your query. Please let us know and share some information based on your requirement, which will be helpful for us to let you know a solution ASAP. 
 
Regards, 
Anirudhan 


Marked as answer

SU sungjin June 9, 2020 12:42 AM UTC

Hi Anirudhan,

Thank you for your help. 

But I made a mistake. What I wrote 'header' was actually 'title bar'. I need a DockingManager's popup window without a title bar like System.Windows.Window with 'WindowStyle = WindowStyle.None'

I'm sorry to bother you.

Best regards,

Sungjin.


AI Anirudhan Iyyappan Syncfusion Team June 9, 2020 07:42 AM UTC

Hi sungjin, 
 
Thanks for your update. 
 
Please let us know if you need any further assistance on this. We are happy to help you as always.  
  
Regards,  
Anirudhan 


Loader.
Up arrow icon