I am just new to using the Community Edition, and I've run into the following issue after working through and understanding the basics of the RibbonControlAdv component.
When designing the main tab groups, the ToolStripItem controls being added take up the entire height of the Panel, and perhaps I'm missing something really simple, but is there a way to tell it to not take up the entire height? I tried limiting the width of the panel, and then the heights of the ToolStripItem controls themselves, but the ToolStripItem controls refused to resize and maintained their 100% height setting.
I imagine I'm just missing something simple, perhaps I need another container control inside the panel first?