MetroFramework - MetroMenuStrip and probably some more are missing from a Toolbox menu

973 Views Asked by At

I just tried to install this framework through the Visual Studio Community's NuGet and I linked appropriate dll, so this is what I got:

Toolbox menu

Still, things like MetroContextMenu or MentroMenuStrip are missing...Probably some more that I am not aware of.

What would be the correct way to install this framework? What am I missing?

I am using Visual Studio Community and a Winforms based application.

1

There are 1 best solutions below

3
On BEST ANSWER

I guess you ended up having the controls that are found in this repository

The original guy must have removed a number of controls due to some bugs and issues, though i dont think so that there was a MetroMenuStrip provided.

You are missing some more controls like :

  1. MetroGrid
  2. MetroDateTime

If you want to get those controls as well, here is the link to a repo someone has been maintaining.

I dont think so that you will get a MetroMenuStrip or maybe you can go through the Git history and check to see if they had the source code back in time.

If you want to create your Custom MetroMenuStrip, This guy has done something similar.

Best of luck.