Any way to make a WPF textblock selectable?

How to allow TextBlock‘s text to be selectable?

I tried to get it to work by displaying the text using a read-only TextBox styled to look like a textblock but this will not work in my case because a TextBox does not have inlines. In other words, how to make it selectable?

18 Answers
18

Leave a Comment