Using WPF, XAML, VS2008, and Blend 2 (or 3 Beta preferred), what is your process for creating data templates? Do you have a process for testing the data template’s appearance WITHOUT spinning up your app just to test how the data looks? Is there a process I can use in Blend to make developing data templates more graphical?
Share
You can specify data at design-time through Blend, or (to get it working in VS as well) do this:
Works in Silverlight as well.
Here’s some example code:
Window1.xaml: