Posted 22 Feb 2012 Link to this post
Posted 24 Feb 2012 Link to this post
Thank you for writing. You can set minimum height to the control after it is initialized in your form load method:
this
.radRibbonBar1.RibbonBarElement.MinSize =
new
Size(0, 158);