Virtualization in WPF DOCX Editor
18 Aug 20261 minute to read
The WPF RichTextBox (SfRichTextBoxAdv) control supports UI virtualization. UI elements are created only for the contents that are visible in the viewer. The UI elements are created for the contents that become visible while scrolling the viewer. This reduces memory utilization and improves UI performance.
NOTE
You can refer to our WPF RichTextBox feature tour page for its groundbreaking feature representations. You can also explore our WPF RichTextBox example to know how to render and configure the editing tool.