Hello Drakemar,
Thank you for opening a support ticket and providing us with a sample project. You can check my reply in that support ticket.
I will post some updates on this case here, so the community can benefit from it too:
By design, the
BackstageView should be opened only when the form has been displayed. Therefore, opening the
BackstageView programatically in the form's constructor will result in an incorrect layout. To overcome this, you should show the
BackstageView in the form's
OnShow event. Additionally, there seems to be an issue with
RadRibbonForm and
BackstageView when the form is maximized. This issue is logged in PITS and can be found at
this link. To workaround it, you need to handle the
SizeChanged event of the form and recalculate the proper position of the
BackstageView. The following code snippet demonstrates this:
I hope this will help you. In case you have any further questions, do not hesitate to write back.
Regards,
Ivan Todorov
the Telerik team
Q3’11 of RadControls for WinForms is available for
download (see
what's new).
Get it today.