This is a migrated thread and some comments may be shown as answers.

Ribbon, Dock, StatusBar

6 Answers 217 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Alex Peachey
Top achievements
Rank 1
Alex Peachey asked on 08 Dec 2007, 07:58 PM
I have a form with a Ribbon at the top with dock top to fill the top, a new StatusBar at the bottom with dock bottom to fill the bottom, and in the middle I have a DockManger with dock fill to fill the remaining space.
When I run the form, the Ribbon is at the top like it should be, the StatusBar is at the bottom like it should be. The DockManager is in the middle below the Ribbon, but it appears to extend fully to the bottom of the form with the lower area "hiding" behind the StatusBar.

6 Answers, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 10 Dec 2007, 01:01 PM
Hi Alex Peachey,

Please use the Bring to Front command in the Visual Studio designer for the DockingManager component - this should fix the problem.
 

Sincerely yours,
Julian Benkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Dragoljub
Top achievements
Rank 1
answered on 26 May 2008, 02:03 PM
I had the same problem and I solved it finally with Bring To Front. If you don't fix that behavior, then maybe you should document it better, I think this scenario with Ribbonbar and Docking Manager is very valuable and should have it's own example.
0
Julian Benkov
Telerik team
answered on 27 May 2008, 07:51 AM
Hello Dragoljub,

Thank you for reporting these issues.

We will address this behavior for RadDock and RadRibbonBar, when they are hosted in same Form. However, I cannot give you any timeframe when this will happen.

Your Telerik points have been updated.

Greetings,
Julian Benkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Julian Benkov
Telerik team
answered on 27 May 2008, 08:59 AM
Hi Dragoljub,

This is a quick follow-up.

After some research, we found that the described behavior is not a bug. Actually, this is how the Dock property works in the Microsoft Form layout.

The order of adding the controls on the form affects the way controls are positioned and sized while Dock is used. The details are described in this article:

http://msdn2.microsoft.com/en-us/library/ms404360.aspx

Contact us again if you have any further questions.

Regards,
Julian Benkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Dragoljub
Top achievements
Rank 1
answered on 27 May 2008, 09:09 AM
Interesting :)

I didn't know that. Thanks anyway :)
0
Paul Clark
Top achievements
Rank 2
answered on 15 Apr 2019, 10:14 AM
This fixed my problem too. Thanks
Tags
General Discussions
Asked by
Alex Peachey
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Dragoljub
Top achievements
Rank 1
Paul Clark
Top achievements
Rank 2
Share this question
or