Hi -I would like to place a hyperlink in a maptip. I believe the coding for this would be fairly straight forward but maptips close before you can get the mouse into it. So is this possible or not and what would the code look like?<esri:FeatureLayer.MapTip>
<Border CornerRadius="10" BorderBrush="SaddleBrown" BorderThickness="3" Margin="0,0,15,15" Background="LightGray">
<StackPanel Margin="7" Orientation="Vertical">
<TextBlock Text="{Binding [SCHNAME]}" Foreground="Black" FontWeight="Bold"/>
<TextBlock Text="{Binding [ADDRESS]}" Foreground="Black" />
</StackPanel>
</Border>
</esri:FeatureLayer.MapTip>
Thanks