leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
439 stars 131 forks source link

CheckedListBox not show any items although they are added already #355

Open manhnguyentien270489 opened 2 years ago

manhnguyentien270489 commented 2 years ago

I using MaterialSkin 2 in my Winforms project (.Net 4.6). You can see in the bellow image This problem also occurred with adding items programmatically image

nobrandnolabel commented 2 years ago

Hey I got the same Problem. You can add them via code with .Items.Add() but it's just a workaround. Everything whould be much easier if there whould be working properties, also for events and the value handling of the items.