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.
Same solution?
vidalsasoon
2009-05-25 14:34:52
+1
A:
In xaml set the property on the dataform like so:
CommandButtonsVisibility="None"
Neil
2010-02-25 13:50:18