RichTextEditor for silverlight 4

Is there any editor in Silverlight 4?

I just need some basic functions; what stackoverflow has when posting a question. Basic things like bold, italics, etc. I saw the control of the Telerik editor. However, I would prefer not to use it, because it is a very large assembly of 1 MB. After adding several Telerik builds, my XAP is larger than 2 MB.

+3
source share
1 answer

Have you considered simply using the code around the embedded RichTextBox?

Download the sample from the MSDN documentation at http://msdn.microsoft.com/en-us/library/ff426926(v=VS.95).aspx .

-, , , ? Xaml , - , .

+3

Source: https://habr.com/ru/post/1796515/


All Articles