I’ve got a Silverlight 3 DataForm which is adding some odd padding to the DataTemplate. Using Silverlight Spy to inspect the XAML output, it looks like there’s a ContentPresenter with a margin of 12, 12, 6, 12 which then contains the contents of the DataTemplate. This means there's always padding in the form which is not ideal for my situation.
Does anyone know how to adjust this margin without creating a style resource and templating the entire control? It doesn’t appear to be any of the obvious padding attributes of the form.
Here’s how it looks in Silverlight Spy: http://i169.photobucket.com/albums/u217/troyhunt/Silverlight.png?t=1249271108