[Bug]: KryptonThemeComboBox
Themes List empty at Runtime
#500
Labels
Milestone
KryptonThemeComboBox
Themes List empty at Runtime
#500
To reproduce:
Add a new KryptonThemeComboBox to the form and run the program.
Workaround, add this to the form constructor to populate the list:
kryptonThemeComboBox1.Items.AddRange( Krypton.Toolkit.ThemeManager.ReturnThemeArray() );
The text was updated successfully, but these errors were encountered: