Question on menu expand and collapse

This post has 2 replies

Not Ranked
Posts: 8
hannalu Posted: Thu Sep 29, 2005 @ 12:11 PM
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
Top 10 Contributor
Posts: 806
jovan Posted: Tue Oct 4, 2005 @ 10:04 AM
The Menu does not have that feature built in, but it has now been added to the feature list. A new property such as bool CollapseOnClick may be relatively easy to add to the Menu, and if that proves to be the case, it could soon be added.
Top 50 Contributor
Posts: 111
wowa777 Posted: Tue Dec 15, 2009 @ 12:34 AM
Hello,

I'm interested in the same feature Hanna wanted to have 4 years ago. As jovan wrote it was added to the feature list but Harish told me that this functionality still isn't possible. A bool property CollapseOnClick would be really useful! Will it be added "soon"?
Page 1 of 1 (3 items)