How do I add the Toolkit TOC to my app?

871
2
Jump to solution
03-19-2019 07:05 AM
RobertScheitlin__GISP
MVP Emeritus

OK, so I have got the latest NuGet package for the tool kit installed in my app.

Now I want to add it to my xaml. So in the toolkit samples for TableOfContents they have (something like):

<esri:TableOfContents Grid.Row="0" x:Name="toc" 
  GeoView="{Binding ElementName=MyMapView}" ShowLegend="false" />‍‍‍

But the namespace of esri does not have a TableOfContents so what name space do I need to add to my app and reference in my element?

0 Kudos
1 Solution

Accepted Solutions
JoeHershman
MVP Regular Contributor

You need to add the Esri.ArcGISRuntime.Toolkit.Preview Nuget package. 

Thanks,
-Joe

View solution in original post

0 Kudos
2 Replies
JoeHershman
MVP Regular Contributor

You need to add the Esri.ArcGISRuntime.Toolkit.Preview Nuget package. 

Thanks,
-Joe
0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Thanks Joe. That was simple.

0 Kudos