Rank: Member Groups: Member
Joined: 8/17/2007 Posts: 11
|
When I set the raiseServerEvent to false, the menu expands to display the sub menu items but it doesnt contract when I click another menu item.
I set the code to : Menu1.Items(3).expanded = false but it has no effect.
I tried setting the raiseServerEvent (for the expanded menu item) to true when clicking on another button and then collapsing it but no luck.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Try Menu1.Items(3).Selected = false. Also check whether you have Menu1.SingleExpande set to the correct value.
|
Rank: Member Groups: Member
Joined: 8/17/2007 Posts: 11
|
Brilliant. worked fine
|