I have a chat window where each message is a TextBlock. I want to be able to select the text inside my TextBlocks. Google says to use a TextBox instead, which I cannot do because they do not support runs, which I am using to create hyperlinks inside my messages. What options do I have?
I have a chat window where each message is a TextBlock . I want
Share
Check out the
RichTextBoximplementation for WPF.