I am trying to achieve this using Expression Blend 3. I need that every listview item to contain an image, followed by a text. ItemTemplate doesn’t seem to work.
Thanks
I am trying to achieve this using Expression Blend 3. I need that every
Share
Listview is differnt then the List control. For ListView you have to add a “View” to the object, then define your columns.
you should check this tutorial.