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!