MaterialWinforms icon indicating copy to clipboard operation
MaterialWinforms copied to clipboard

Material drawer context menu

Open n3R0d0T opened this issue 7 years ago • 1 comments

How to add click event on side drawer items? It doesn't trigger click event on toolstrip menu item. 😢

n3R0d0T avatar Feb 06 '18 16:02 n3R0d0T

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,

glm9637 avatar Feb 07 '18 08:02 glm9637