In my ebook reader app I very often find lists of chapters expressed as Html links. I am trying to replicate this behaviour in Xaml by using the Hyperlink Click event.
The book contents is within a RichTextColumns RichTextBlock.
The RichTextBlock (and its RichTextBlockOverflows) is within a ScrollViewer.
If the ScrollViewer has never been used for scrolling the Click event of Hyperlinks fires correctly. but after the ScrollViewer has been scrolled once the click event does not fire anymore.
I have created a small program to demonstrate this behaviour.
I will be happy to upload the program to anybody who is interested and can help me.