1

I have parent/child links hierarchy inside my Quick Launch links, but is there a way to be able to hide/show the child links, instead of always showing the child links?

::EDIT:: I have modified my master page as follow :-

<SharePoint:AspMenu id="V4QuickLaunchMenu" runat="server" EnableViewState="false" DataSourceId="QuickLaunchSiteMap" UseSimpleRendering="true" Orientation="Vertical" StaticDisplayLevels="1" AdjustForShowStartingNode="true" MaximumDynamicDisplayLevels="1" SkipLinkText="" /> 

and currently i will have a menu for displaying the child links, but the look&feel for the menu is not that much impressive , and the child links will be shown as if they are on a seperate box as follow:- enter image description here

so is there a way to improve the look and feel for the menu ? Regards

1 Answer 1

2

You can edit the Quick Launch Navigation control and set Static Display Level, Dynamic Display Level properties

PS: It was this way in SP 2010, I hope its the same in 2013

4
  • it seems the same on SP2013, but the look and feel for the generated menu is not correct. can you check my Edit please ? Commented Sep 24, 2013 at 10:55
  • don't know about that ! Commented Sep 24, 2013 at 12:14
  • another issue added to the list for SharePoint 2013 !, and not mentioning what will happen if i chnage the Orientation="Vertical" to Horizantal !! Commented Sep 24, 2013 at 12:33
  • well it will display menu items horizontally rather than vertically (horizontally like the top navigation items) Commented Sep 24, 2013 at 12:45

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.