I would like to format city, state, and zip (separate out fields) and display them in a maptip. It's possible to create separate text blocks with bindings for each field and then put them in a horizontal stackpanel, but it seems like there should be an easier way. I tried using a converter, but the object passed to the Convert method is of type ESRI.ArcGIS.Client.Graphics.ObservableDictionary and I can't figure out how to cast it correctly to get the values out. What is the best way to do this?
Thanks...