Hello,
I am working on a project that uses the ESRI .Net SDK in WPF. On the map view, I need to place buttons that act as place markers and are interactable. I tried using WPF buttons and mapping them to locations on the map, but performance quickly degrades once a large number of buttons are placed. I need all the functionality of a button - clickable, dynamic sizing based on label, easily styled, etc.
I'm just wondering what others have done in terms of similar solutions.
Thanks,
Mike