I would like my programmatically generated menu behave like this:
1. When user click the menu, the menu (with menu items) expands
2. When user's mouse out of menu, the menu collapses
I achieved #1 by setting menu's property ExpandOnClick = true. However, once it set to true, the menu only collapses when mouse clicked
How can I get both #1 and #2 work?
Thank you in advance for your reply!
-Hanna