ArcGIS Runtime for .NET PopUps

3909
1
Jump to solution
07-24-2015 08:00 AM
MattBryant1
New Contributor

Does anyone have any good sample code for a pop-up for a WPF application built using the ArcGIS Runtime for .NET?  This is noticeably missing in this ArcGIS Runtime Toolkit on Github.

Thanks,  Matt

Message was edited by: Matt Bryant

0 Kudos
1 Solution

Accepted Solutions
AnttiKajanus1
Occasional Contributor III

Hi Matt,

Depending on your requirements for the popup but please see MapOverlays sample from samples repository:

arcgis-runtime-samples-dotnet/MapOverlays.xaml at master · Esri/arcgis-runtime-samples-dotnet · GitH...

arcgis-runtime-samples-dotnet/MapOverlays.xaml.cs at master · Esri/arcgis-runtime-samples-dotnet · G...

Implementation is very straight forward and if you for example need to edit / show attributes in the popup, put FeatureDataForm in and you are good to go.

View solution in original post

1 Reply
AnttiKajanus1
Occasional Contributor III

Hi Matt,

Depending on your requirements for the popup but please see MapOverlays sample from samples repository:

arcgis-runtime-samples-dotnet/MapOverlays.xaml at master · Esri/arcgis-runtime-samples-dotnet · GitH...

arcgis-runtime-samples-dotnet/MapOverlays.xaml.cs at master · Esri/arcgis-runtime-samples-dotnet · G...

Implementation is very straight forward and if you for example need to edit / show attributes in the popup, put FeatureDataForm in and you are good to go.