user12163
user12163

Reputation:

How to disable the default open menu effect in Flex?

By default in Flex 3.2, clicking on an item in a MenuBar navigator results in a menu rolling out over a small period of time.

How would I disable this and make the menu pop out instantly?

Thanks!

Upvotes: 3

Views: 1504

Answers (1)

Chetan S
Chetan S

Reputation: 23803

set Menu#openDuration style to 0.

Upvotes: 3

Related Questions