R – Expression blend and mock data

expression-blendnetsilverlight

I have an Item template and I want to design it, but I can't see what the stuff looks like in blend because I am databinding it to objects that doesn't exist in blend.

Is there a way that I can make fake data come up to do this?

They are textblocks.

Best Answer

You have two options provided by blend and you can also use other techniques as well.

Here is the link that explains how to add dummy data in blend for design purposes.

  1. Create a dummy data source using blend and bind it to your control(look for advanced properties,databinding)

  2. You can import xml data through blend.

Click here for the other techniques and more information

click here for new blog post on design time data

Hope this helps.