2
votes

Am trying to split text in a textblock so that it appears like paragraphs where i can even make use of bullets like in Microsoft Word but am unable... Anyone with an idea?

1

1 Answers

3
votes

Take a look at the RichTextBox, which gives you paragraphs, runs and styling. It doesn't however include bullet-point lists. For this you will need to use HTML in a WebClient.