We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

RibbonControlAdv and DockingManager

Has anybody gotten the DockingManager to work in conjunction with RibbonControlAdv. It seems that the docking manager does not take into account the dimensions of ribbon control when calculating the client area. As a result the top of the docked windows are hidden behind the ribbon control.

Repro attached

Mushtaque --

RibbonControlAndDockingManager.zip

2 Replies

AR Anupama Roy Syncfusion Team January 7, 2007 06:56 AM UTC

Hi Mushtaque,

By default,RibbonControlAdv Dock property is set to DockStyleEx.TopMost and the top row space gets filled with RibbonControl itself. In your application,please change the Dock property to DockStyleEx.Top as shown below in order to get this work.

this.ribbonControlAdv1.Dock = Syncfusion.Windows.Forms.Tools.DockStyleEx.Top;

Kindly let me know if this does not meet your requirement.

Best Regards,

Anu.

RibbonControlAndDockingManager0.zip


AD Administrator Syncfusion Team January 18, 2007 01:30 AM UTC

I recieved the same problem and tried your solution and it still would work..

>Hi Mushtaque,

By default,RibbonControlAdv Dock property is set to DockStyleEx.TopMost and the top row space gets filled with RibbonControl itself. In your application,please change the Dock property to DockStyleEx.Top as shown below in order to get this work.

this.ribbonControlAdv1.Dock = Syncfusion.Windows.Forms.Tools.DockStyleEx.Top;

Kindly let me know if this does not meet your requirement.

Best Regards,

Anu.

RibbonControlAndDockingManager0.zip

Loader.
Live Chat Icon For mobile
Up arrow icon