Declined
Last Updated: 17 Mar 2026 14:01 by ADMIN
ADMIN
Stefan
Created on: 18 Oct 2012 06:07
Category: Form
Type: Bug Report
2
FIX. RadForm - increases its size when the theme is changed
To reproduce:
- Add four buttons to a RadForm
- On each button click use ThemeResolutionService to change the theme
=> the form size increases in height

Workaround:
Set the MaximumSize of the form to the current form size prior changing the theme and then remove this setting:
private void radButton1_Click(object sender, EventArgs e)
{
    this.MaximumSize = this.Size; ;
    ThemeResolutionService.ApplicationThemeName = "Office2010Blue";
    this.MaximumSize = Size.Empty;
}
1 comment
ADMIN
Nadya | Tech Support Engineer
Posted on: 16 Mar 2026 12:59

Hello,

This issue does not reproduce with the latest Q1 2026 (2026.1.210) version of the Telerik UI for WinForms.

This is why I will close this item and set its status to "Declined" on our feedback portal. Please upgrade to the latest version to take advantage of the improvements in the Telerik UI for WinForms components.

If you have any other questions or concerns, please do not hesitate to contact me. Thank you!

Regards,
Nadya | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.