Tagged Questions
1
vote
3answers
2k views
Clicking HyperLinks in a RichTextBox without holding down CTRL - WPF
I have a WPF RichTextBox with isReadOnly set to True. I would like users to be able to click on HyperLinks contained within the RTB, without them having to hold down CTRL.
The Click event on the ...