Migrating from ArcGIS Engine SDK to Runtime SDK

2153
1
10-29-2012 10:54 AM
Labels (1)
GeorgeFaraj
Occasional Contributor III
Hello,

I'm evaluating the possibility of migrating my app from using ArcGIS Engine SDK to the new Runtime SDK. I am having difficulty finding equivalents in the Runtime. For example, I use the ESRI.ArcGIS.Controls.AxTOCControl control to display the layers that are currently loaded and any symbology they contain, as well as providing a context menu for them (mimicking ArcMap). What would be the equivalent of this control in the Runtime SDK?

Any other tips for migrating?

Thanks!
George Faraj
0 Kudos
1 Reply
DavidLednik
Occasional Contributor II
Hi George,

Take a look at toolkit controls.
The legend control should be what you need.
Take a look at the sample here http://resources.arcgis.com/en/help/runtime-wpf/samples/index.html#/Legend/02q20000008m000000/

David
0 Kudos