Maximizing a Form Programmatically Causes Buttons to Disappear

I want my form, which uses DockingManager to display 5 SfDatagrids, to launch in a maximized window. I use the following statement to achieve this:

WindowState = FormWindowState.Maximized;

However, this action makes all of my buttons, such as ToggleButton, disappear. This is true whether I create the buttons in the designer or programmatically, and it occurs regardless of when I trigger the statement. It has no effect on my DockingManager content, just the buttons. Can you suggest a solution?

I use DockingManager in DockToFill mode.

I am using C#.

Thank you!


1 Reply

SN Sudharsan Narayanan Syncfusion Team September 14, 2021 03:41 AM UTC

Hi Ken,

Thanks for contacting syncfusion support,

We have checked the reported query from our side. We have prepared the sample to reproduce the issues but we are unable to reproduce the issue that buttons are disappear in the docking manager. Please find the sample from the below location,

Sample: https://www.syncfusion.com/downloads/support/forum/168806/ze/DockingManagerbutton-1693025552

Please check the above sample and let me know your concerns. If we are misunderstood your query, Please share the modified our sample with the issue
reproducible and video for the same with steps. It will be helpful to prompt the solution.

Regards,
 
Sudharsan 


Loader.
Up arrow icon