To reproduce:
- Set the Windows theme to Windows 7 Basic
- Start a RadRibbonForm and maximize it
Workaround:
void Form1_Resize(object sender, System.EventArgs e)
{
if (this.WindowState == FormWindowState.Maximized)
{
this.RibbonBar.RibbonBarElement.IconPrimitive.Padding = new Padding(5, 5, 0, 0);
}
else
{
this.RibbonBar.RibbonBarElement.IconPrimitive.Padding = Padding.Empty;
}
}
Hello,
This behavior was originally reported more than ten years ago, and we haven’t noticed significant demand or follow-up from the community since then. Also, there is a feasible workaround that can be applied. As a result, we currently plan to prioritize improvements that have a broader impact and are more widely requested.Regards,
Nadya | Tech Support Engineer
Progress Telerik