PageMenu control

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
10/21/2009 2:56:14 PM
Gravatar
Total Posts 6

PageMenu control

With the regular Asp.Net Treeview control, you can use the ExpandDepth property to control to what depth the tree is initially expanded. Is it possible to do the same thing with the PageMenu control in mojoPortal? I always want  two level of a node to show regardless of where i am in my site.

Thanks

10/23/2009 3:12:00 PM
Gravatar
Total Posts 18439

Re: PageMenu control

You can specify it on PageMenu using the property TreeViewExpandDepth which maps to the corresponding Treeview property when using Treeview.

Tip, to find out about available properties on controls in mojoPortal, download the API documentation file from our Codeplex download page.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.