How to apply behavior to FlowDocument Hyperlink(with nice transition) like in html anchor element?
In html it looks like:
<html>
<head>
<title>Hello</title>
</head>
<body>
<a href="#room">Go to Room</a>
<br/>
<p id="room">
My Room
</p>
</body>
</html>
Hot to do it in FlowDocuments