Completed
Last Updated: 30 Sep 2020 05:17 by ADMIN
Release LIB 2020.3.1005 (10/05/2020)
Vladimir
Created on: 16 Sep 2020 11:06
Category: ComboBox
Type: Bug Report
0
ComboBox: MouseOver color is not updated when changing the variation in the VisualStudio2013 theme

When the theme variation is changed in the VisualStudio2013 theme, the mouse over color is not updated. 

As a workaround, we can reset the Template of the RadComboBox. 

var template = this.comboBox.Template;
this.comboBox.Template = null;
this.comboBox.Template = template;

 

0 comments