Hello Martin,
Thank you for writing.
In general,
RadRibbonForm comes with the standard Windows Forms Panel in it. You can set its
AutoScroll property and when a control goes outside of the panel bounds the scroll bars will appear. However, in order to have consistent look with the other controls, I would suggest that you replace the Panel with
RadScrollablePanel, which is a component with scroll bars that can be themed.
More information regarding the RadScrollablePanel can be found here:
http://www.telerik.com/help/winforms/panels-and-labels-radscrollablepanel-overview.html.
Attached you can find a video where I am creating
RadRibbonForm and placing a control which goes out of the bounds of the panel, and after setting the
AutoScroll to
true the scroll bars appear. Then I am changing this panel with
RadScrollablePanel, and the scroll bars work correctly again.
I hope that you find this information useful. Let me know if you still experience this issue.
Regards,
Stefan
the Telerik team