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