Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 961 Bytes

File metadata and controls

20 lines (15 loc) · 961 Bytes
title UI Virtualization
page_title UI Virtualization | RadRichTextEditor
description RadRichTextEditor is a control that is able to display and edit rich-text content including formatted text arranged in pages, paragraphs, spans (runs), tables, etc.
slug winforms/richtexteditor-/ui-virtualization
tags ui,virtualization
published true
position 11
previous_url richtexteditor-ui-virtualization

UI Virtualization

RadRichTextEditor supports UI Virtualization, which enables it to process only information that is loaded in the view-able area. In this way, UI elements are created only for the parts of the document actually shown on screen. This reduces the memory footprint of the application and speeds up the loading time, thus additionally enhancing the UI performance.

See Also

  • [Import/Export]({%slug winforms/richtexteditor/import%})

  • [Formatting API]({%slug winforms/richtexteditor-/getting-started/formatting-api%})