If my WebDataMenu has a submenus, they do not pop open when I browse over them. Instead, I must click on submenus to make them open. This is not like Windows, where all cascading menus automatically open when you glide your mouse over them. (see image for an example)
Is there a setting to fix this?
Hi raywhite,
The default behavior of WebDataMenu is to expand sub-menus when hover on item. Try the simplest example:
The problem is EnableExpandOnClick="True".
When you set this property, the submenus don't open automatically. But you need this to make the menu act like normal Windows menus that only open when you click them. After clicking them, the submenus should open automatically.
I just want the menus to act like normal Windows menus.
How can I do that?