Visual Studio (10) gives the expected message “Intentionally Left Blank” in the designer.
I know already that I can do this with Blend, just looking around if there is an alternative solution…
I don’t really mind to graphically edit the template; I want only to see it without having to run the application.
Thanks!
Not exactly what you might want, but you can use XamlPad and just paste the content of your datatemplate into it. As long as you don’t have layout related bindings, it should work well. Bindings are just ignored by xamlpad, and you need to add the 2 wpf namespace aliases by hand.
for example:
the textblock is empty in XamlPad, but everything else works as expected.