I have a WPF RichTextBox with isReadOnly set to True. I would like users to be able to click on HyperLinks contained within the RichTextBox, withou
isReadOnly
True
Have you tried handling the MouseLeftButtonDown event instead of the Click event?