I'm using Syncfusion 6.1 to dock my controls in my main Form in C#.NET. When I use below code to show my control, I can't find some controls in my form.
MainPageDockingManager.SetDockVisibility(myControl, true);
I know that Syncfusion store the state of the docked windows and I think my controls are out of my screen range.