Welcome Guest Search | Active Topics | Sign In | Register

slide menu collapse Options
Ray
Posted: Wednesday, June 27, 2007 12:55:19 PM
Rank: Newbie
Groups: Member

Joined: 6/25/2007
Posts: 5
how do i collapse a menu in code behind?
eo_support
Posted: Wednesday, June 27, 2007 1:04:06 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,098
I believe you can do that by setting both Expanded and Selected to false:

Code: C#
SlideMenu1.Items[0].Selected = false;
SlideMenu1.Items[0].Expanded = false;


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.