How to clear text content in RichTextBox July 28, 2023 by Tarik Use the following: _richTextBox.Document.Blocks.Clear();