Reputation: 92520
I'm building an application with Silverlight 3.0 and I need a Text control that can provide the following features:
Any ideas?
Upvotes: 1
Views: 84
Reputation: 4328
Silverlight 4 has native support for rich text, but that is still in beta. Here is some info on that.
Upvotes: 0
Reputation: 10366
There's a number of RichTextBoxes out there:
Free:
RichTextEdit on Codeplex
@Cost:
You'll have to dumb these down to meet your requirements, but you can get the source control if you need too.
I would also suggest that you can create a custom control for the requirements you've listed above.
HTH
Upvotes: 1