Friday 18 September 2015

Show Tree View Navigation SharePoint 2013

Introduction
In this article you will learn how to show Tree View Navigation in SharePoint 2013.
Tree View
Sometimes the default SharePoint 2013 Quick Launch is not enough to assist users to navigate to a SharePoint site. The tree view is an extra navigation option that provides a hierarchical view of all sites, lists and libraries in the site, including any sites below the current site level, such as the Document Center site template, display tree view navigation by default.

Do one of the following:
1. On the SharePoint site, click Site Settings Settings
AppDemo
2. In the Look and Feel column, click Tree View.
Site Settings
3. Do one of the following:
  • To show the tree view, select the Enable Tree View check box and then click OK.
  • To hide the tree view, clear the Enable Tree View check box and then click OK.

Note:
If you want to display only tree view navigation, clear the Enable Quick Launch check box. If both the Quick Launch and tree view navigation are enabled, the tree view navigation will appear underneath the Quick Launch. Now you can see the Tree view instead of Quick launch.
4. Now you can see the Tree view instead of Quick launch.
QuickLaunch

No comments:

Post a Comment

SharePoint 2013 - Uploading Multiple Attachments To The New Item On List Using JSOM And REST API

  Introduction In this article, we will explore how we can attach multiple attachments to the new item on list using JSOM and REST API. Ther...