Virtualization in UWP DOCX Editor

30 Aug 20261 minute to read

The SfRichTextBoxAdv control supports UI virtualization, which is enabled by default. UI elements are created only for the contents that are visible in the viewer. Additional UI elements are created on demand as the viewer scrolls and new content becomes visible. This reduces memory usage and improves UI performance.

UI virtualization is enabled by default; no additional configuration is required.

See also