Virtualization in WPF DOCX Editor

29 Aug 20261 minute to read

The WPF DOCX Editor (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.

You can refer to our WPF DOCX Editor feature tour page for its groundbreaking feature representations. You can also explore our WPF DOCX Editor example to know how to render and configure the editing tool.

See also