What is the best substitute for FlowDocument in Silverlight?
Posted
by Edward Tanguay
on Stack Overflow
See other posts from Stack Overflow
or by Edward Tanguay
Published on 2010-03-16T17:39:33Z
Indexed on
2010/03/16
17:41 UTC
Read the original article
Hit count: 379
I'm porting an application from WPF to Silverlight and was saddened to read of the lack of FlowDocument support.
What is the best way in Silverlight then to display text with markup?
I just need the basics, e.g.
- bold
- italic
- hyperlink
- colors
- font sizes
© Stack Overflow or respective owner