This is a migrated thread and some comments may be shown as answers.

Best way to display read-only RadDocuments

1 Answer 75 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Glenn
Top achievements
Rank 1
Glenn asked on 08 Nov 2017, 06:11 AM

In my application I am using the RadRichTextBox to allow users to add formatted "Notes".

Once created, these "Notes" are displayed in a Listbox, as read-only notes.

Since there can be dozens of "Notes" on a page, I am concerned that using the RadRichTextBox in the ListBox, is a bit "heavy" performance wise.

Is there a more efficient way of displaying these?

1 Answer, 1 is accepted

Sort by
0
Tanya
Telerik team
answered on 10 Nov 2017, 12:29 PM
Hi Glenn,

RadRichTextBox is a control that supports a big set of features out-of-the-box and that inevitably affects the performance in scenarios with multiple control instances on the same page. The UI for WPF suite doesn't contain a control that can fulfill the current requirements but you can use the MS RichTextBox - it supports RTF and XAML so you can use one of these formats to import and export the document and transfer it between the controls.

Hope this is helpful.

Regards,
Tanya
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
RichTextBox
Asked by
Glenn
Top achievements
Rank 1
Answers by
Tanya
Telerik team
Share this question
or