Menu like functionality
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I need to have a menu with similar look and feel like the MainMenu except that I need to be able to put it anywhere in form( making little flexible). I started having Panel as holding main menu items. I need to provide functionality pretty much same as MainMenu. That means if a menu item has children it should be able to add an arrow to the right and show the sub menus on mouse over and make appropriate menus invisible on mouse out. I would appreciate if anyone would throw some light into it. Thanks in advance, VPMahank