Reputation: 3105
Metro controls: https://github.com/viperneo/winforms-modernui
I am trying to use the metro controls and I am going off of what I can from the sample project. What I cant seem to figure out is how to add the controls to my toolbox for easy drag and drop.
I right click my toolbox, select "choose toolbox items" and then I browse for the MetroFramework.dll and it adds all the controls, however when I try to use a control I get "Failed to create MetroLabel" a reference to the component "MetroFramework" already exists in the project. I do in fact have MetroFramework.Design and MetroFramework.Fonts added to my solution and referenced in my project.
Upvotes: 8
Views: 45653
Reputation: 432
there is a limited set of controls, but should get you started. (I've just played with it for a few hours)
Upvotes: 23