MaterialWinforms
MaterialWinforms copied to clipboard
Material drawer context menu
How to add click event on side drawer items? It doesn't trigger click event on toolstrip menu item. 😢
Have a look at the example, the MainForm.cs https://github.com/glm9637/MaterialWinforms/blob/master/MaterialWinformsExample/MainForm.cs
The solution to your problem is in line 134. The Drawer has a specific event for this. Yeah i know, not pretty, but sometime i will probably get to this. But it should work like this,