Completed
Last Updated: 05 Sep 2014 08:37 by ADMIN
ADMIN
Dimitar
Created on: 18 Jul 2013 06:40
Category: Form
Type: Bug Report
4
FIX. RadForm - MinimumSize causes empty space at the bottom of the RadForm during runtime
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"
0 comments