Matthew
Matthew

Reputation: 4056

How to add a live tile in XAML

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?

Upvotes: 0

Views: 585

Answers (1)

Den
Den

Reputation: 16826

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.

Upvotes: 4

Related Questions