All I want to do is make a little hyperlink in XAML. I\'ve tried everything. I give up.
What is the syntax for this?
You may find that if you're binding to anything other than simple text values you will need to use ContentPresenter otherwise nothing will appear, this could be true if you're binding to an XML data source.
A Property Trigger for IsMouseOver gives the text an underline.
An example where I"m binding to XML is presented below.