Query |
Response | |
I've tried to create instances of CharacterFormat class and then on key press do:
rtb.Selection.Start.Paragraph.CharacterFormat = my_template;
|
The given code example will not change the paragraph style entirely. This will apply the character format to the paragraph intent alone(as shown in the image below).
| |
When I worked with standard WPF richtexhtbox component, I'd just use styles, with setter and stuff, load them using FindResource method and apply them with:
rtb.CaretPosition.Paragraph.Style = my_style;
and it worked like a charm. How can I achieve this with SfRichTextBoxAdv and ParagraphAdv, please?
|
Currently, we do not have support for applying styles to the paragraph in our SfRichTextBoxAdv. We have road map for this, and we are currently implementing this feature. This will be available in our Volume 2 release which is expected to be available in the month of June 2019.
Now, you can now track the status of your request, review the proposed resolution timeline, and contact us for any further inquiries through below link.
Workaround:
Yes, as of now we could achieve only by using the way you have used it.
| |
is it possible to uniquely identify user created paragraphs with some dynamic ID (that would stay the same across multiple document loads) or store aditional custom information with them? |
This is not possible with in our SfRichTextBoxAdv. Could you please provide us screenshot or description about your use case for this feature? So that, we could check and share some possible solutions if any.
|