views:

361

answers:

2

I'm using the DataForm control in my SL3 app, it has a header with some icons by default (edit, delete, navigation etc. etc.), I can prevent most of the icons from appearing on the header, but want to get rid of the header all together. haven't had much luck with google...

A: 

I had a similar problem with the header of the new popup control in SL3.

http://stackoverflow.com/questions/684360/modifying-look-behavior-of-the-new-popup-control-childwindow-in-silverlight-3

Same solution?

vidalsasoon
+1  A: 

In xaml set the property on the dataform like so:

CommandButtonsVisibility="None"
Neil

related questions