IgnaceMaes / MaterialSkin

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

is development on this going to continue? several issues. #148

Closed agonzalezm closed 6 years ago

agonzalezm commented 7 years ago

First, this controls look great but i am not confident to use them in a new application.

I downloaded nuget package and there are many issues:

I dont see much activity here so i guess this project doesnt have an active community.

ubergonmx commented 7 years ago

2nd and 3rd can be fixed manually, it is by setting the tabControl.BackColor = Color.anycoloryouwant or by accessing the tabControl's property and changing it's BackColor (it will not change the backcolor when executed anyway so don't worry). By this, you can drag and drop TextField and there will be no black background color.