My problem is to find the urls from the text content and convert it into the clickable hyperlinks via data binding.
This is what I\'ve tried
 
         
I stumbled on this post while looking for the same for UWP. In case you are here too for the same, I'd recommend you use a HyperlinkButton instead of a Hyperlink wrapped in a Textblock. Below is the code on how to use it.
 
You can also use Binding instead of x:Bind and yes you can set the Mode=OneWay too.
Read More on Microsoft Docs