How to create mouseover/hover in .net wpf getting started app on esri site

1263
1
Jump to solution
06-19-2021 08:22 AM
rodsan724
New Contributor II

Given:

Visual Studio 2019 and Windows 10

WPF Getting Started Tutorial on Esri site here

 

How do I add add a simple mouseover/hover that shows a test label for the point example?

0 Kudos
1 Solution

Accepted Solutions
MichaelBranscomb
Esri Frequent Contributor

Hi,

Try the code shown in this sample: https://developers.arcgis.com/net/wpf/sample-code/show-callout/

But instead of using the GeoViewTapped event, use MouseMove as shown in this demo: https://github.com/Esri/arcgis-runtime-demos-dotnet/tree/main/src/GeocodeAndRoutingOnMouseMove

 

View solution in original post

0 Kudos
1 Reply
MichaelBranscomb
Esri Frequent Contributor

Hi,

Try the code shown in this sample: https://developers.arcgis.com/net/wpf/sample-code/show-callout/

But instead of using the GeoViewTapped event, use MouseMove as shown in this demo: https://github.com/Esri/arcgis-runtime-demos-dotnet/tree/main/src/GeocodeAndRoutingOnMouseMove

 

0 Kudos