Rank: Newbie Groups: Member
Joined: 6/13/2007 Posts: 2
|
Hi,
I'm trying to build a navigation menu that opens up like a tree, but takes up minimal vertical height.
An example is the slide menu Style3. When you click on the Top Group item, the menu opens up beneath it. However if I try to get another level in, the menu now pops off to the side. Can I make it so that when I click the submenu its submenus reopens beneath it (sort of like the Tree View).
The reason why I can't use the Tree build is because it takes up space, instead of the menus being able to 'flow' over elements beneath it.
Any help or advice would be greatly appreciated!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi sfster,
There is no way to make third level slide menu item to stay "inside", they always fly out. You will still need to use a TreeView. The catch is to set the TreeView's AutoScroll to false to turn off the scroll bars on the TreeView. However there is currently a bug on this feature --- you get a script error when you do that. Nevertheless the TreeView expands fine if you just disregard the error. Please take a look of that feature and see if it would work for you. We will fix the script error very soon and give you an update build.
Thanks
|