MS Word provides the capability to display a Document Map, which allows you to navigate through document parts.
You can implement a similar feature using the TreeList component in unbound mode: How to: Create Nodes in Unbound Mode in Code.
In this example, the tree-list structure of the Document Map element is generated by analyzing "Outline Level" properties of document paragraphs.
↧
How to implement the "Document Map" feature for RichEditControl's document using a TreeList component
↧