Hi -When I add a button the the LegendItemTemplate, I get a button for each legenditem, but the symbol for each legenditem is no longer there. Is there someway to add to the controls already in this datatemplate instead of replacing them?<esri:Legend.LegendItemTemplate>
<DataTemplate>
<Button Content="Select" Click="Select_Click"/>
</DataTemplate>
</esri:Legend.LegendItemTemplate>