Hi,
I have used WPF Toolkit Richtextbox in my application. Its Text property is binded to string. RichTextBox TextFormatter property is set to "RtfFormatter".
I add string "Hello World" and change color of "Hello" to Red and "World" to Green. After doing this change I select the complete string, on selection the complete color of string automatically becomes black. It losses all the formated changes.
Please let me know how to fix this issue.
Regards,
Sharda.
Comments: ** Comment from web user: shardaiyer **
I have used WPF Toolkit Richtextbox in my application. Its Text property is binded to string. RichTextBox TextFormatter property is set to "RtfFormatter".
I add string "Hello World" and change color of "Hello" to Red and "World" to Green. After doing this change I select the complete string, on selection the complete color of string automatically becomes black. It losses all the formated changes.
Please let me know how to fix this issue.
Regards,
Sharda.
Comments: ** Comment from web user: shardaiyer **
Hi BoucherS,
Thanks for providing information.
Regards,
Sharda.