Unplanned
Last Updated: 29 Mar 2016 12:30 by ADMIN
ADMIN
Dimitar
Created on: 17 Apr 2015 12:43
Category:
Type: Bug Report
0
FIX. RadDropDownList - the width of the control is set to 0 when it resides in FlowLayoutPanel and the theme is changed.
To reproduce: 
- Add RadDropDownList to a FlowLayoutPanel.
- Change the theme to TelerikMetroBlue at runtime.

Workaround: Set the size after the theme change
ThemeResolutionService.ApplicationThemeName = "TelerikMetroBlue"
RadDropDownListControl1.Width = 125
RadDropDownListControl2.Width = 125
0 comments