I m using MultiColumn ComboBox in my application, the problem is I cannot change its default theme.
I tried this,
ThemeResolutionService.ApplicationThemeName = "Aqua";
and also tried,
MyColumnComboBox.ThemeName = "Aqua";but still I can see the default theme. why it is overriding with the default theme. Please help me.
