Many editors offer split-views of a document, allowing you to keep a part of the document visible while you work on another part.
You can achieve this easily by connecting two or more C1RichTextBox controls to the same underlying C1Document. Each control acts as an independent view, allowing you to scroll, select, and edit the document as usual. Changes made to one view are reflected on all other views. In the following section learn how to implement split views in RichTextBox .NET Framework and .NET versions.