This is a migrated thread and some comments may be shown as answers.

Cannot change MultiColumn ComboBox's default theme.

1 Answer 62 Views
MultiColumn ComboBox
This is a migrated thread and some comments may be shown as answers.
Rashad
Top achievements
Rank 1
Rashad asked on 25 May 2016, 06:22 AM

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.

1 Answer, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 25 May 2016, 02:36 PM
Hello Rashad,

Thank you for writing.

Please make sure that you have added an Aqua theme instance to your form and that you have the Telerik.WinControls.Themes.Aqua assembly referenced. You can do it with drag and drop the toolbox in the designer in Visual Studio. Please check the following section of our documentation: Themes.

I hope this helps. Should you have further questions please do not hesitate to write back.

Regards,
Hristo Merdjanov
Telerik
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this blog post and share your thoughts.
Tags
MultiColumn ComboBox
Asked by
Rashad
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Share this question
or