Do WPF hyperlinks only work in pages? -
I'm new to the hyperlink
control I want to hyperlink in a regular WPF window which is standard You will open the browser and navigate to the URL. I've added a hyperlink, but it does nothing.
Before I apply myself a handler to work, can anyone confirm that the hyperlink control will navigate within the pages only?
You have to do it yourself.
The easiest way to do this is to handle the event and URL. (This will open the default browser).
Comments
Post a Comment