Is this possible to convert Telerik.Windows.Documents.DocumentPosition to System.Windows.Documents.TextPointer? I try to darw
a rectangle as adorner on current word that is in CaretPosition. I do this in Windows RichTextBox as well but how can I do this in your RichTextBox?
1 Answer, 1 is accepted
0
Iva Toteva
Telerik team
answered on 02 Oct 2012, 05:35 AM
Hello Siamak,
RadRichTextBox has its own document model and does not use System.Windows.Documents.
However, the task you have described can be fulfilled using a custom UI layer. You can see how this has been done in this Silverlight demo and the respective example in the Click-once demos. More information on this feature can be found here.