vote up 2 vote down star

Hello, I have a usual TextBox. I know in order to change the color of some text I can use Run tag. But when I try to use it imperatively instead declaratively (because I need to do that dynamically) I have the text in TextBox like

AAA<Run...>Text to be changed in color</Run>

and sure nothing in color changes. How can I change the color of some text in some program way? Thanks

flag

33% accept rate

1 Answer

vote up 1 vote down

I'm fairly sure you have to use a RichTextBox for that, TextBox only works with plaintext.

link|flag
Yes, maybe but Silverlight itself doesn't contain such control. – unknown (google) Oct 30 at 6:45
The documentation on RichTextBox for use in Silverlight can be found at msdn.microsoft.com/en-us/library/… – Jeremy Seghi Oct 30 at 22:30

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.