Select to view content in your preferred language

Legend with templates

466
1
01-12-2012 10:01 AM
arvinderbhalla
Deactivated User
Hi,

I am trying to implement the legend with templates sample

http://help.arcgis.com/en/webapi/silverlight/2.1/samples/start.htm#LegendWithTemplates

The legend control is missing the tree expansion button. any ideas??

Thanks,
Arvinder
0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor
The legend control is missing the tree expansion button. any ideas??


The default legend template use a tree view (except WinPhone version) and so the tree expansion buttons should appear.

Check the following points:

  1. That there is no legend implicit style defined in your application (likely in app.xaml) that might change the legend template

  2. That your legend doesn't point to a style that might change the legend template

  3. That there is no TreeView implicit style in your application that might change the tree view expansion button

0 Kudos