Hi,
There is a ESRI Silverlight application built with ArcGIS Viewer for Silverlight 3.2. I want to modify the out-of-box popup for editing (when editing features in a feature service) so that it is wider, and it can wrap around fields that are too long. At the moment the out-of-box popup for editing does not text-wrap so fields with long names look terrible.
How do I do that?
Can I modify the style for the editing popup in one of the XAML files?
Or do I need to build a custom Silverlight Add-in to do that?