0

I would like to add live tiles to a listbox in my WP7 application. I would also like to create the list in the XAML, but I am unsure of how to add a LiveTile in this manner?

Matthew
  • 3,976
  • 15
  • 66
  • 130

1 Answers1

4

There is no stock control that would represent the tile. However, there is the Coding4Fun Toolkit that includes the Tile control. Here is a guide on how to use it. Obviously, you will have to manage the "live" behavior on your own.

Den
  • 16,686
  • 4
  • 47
  • 87