To reproduce:
- Set the form MinimumSize to or close to the RadForm's actual size.
- Turn all windows visual effects off
- Set the theme to Office2010Silver
- Start the application
Workaround:
- Load the theme manually in code like this:
ThemeResolutionService.LoadPackageFile("C:\Office2010Silver.tssp")
ThemeResolutionService.ApplicationThemeName = "Office2010Silver"