Is it possible to have a different DataContext for each Tile?
For example we have a List (Which contains a Key(string), Description(string) and a property called 'Data'(object)). Now bind this list to TileManager and show 'Description' property on each Tile, however when we expand the Tile I want to bind and show the details from the 'Data' property. The 'Data' property can be different for each item in the list.
Hello,
Thank you for your post. I have been looking into and I created a sample project for you with the functionality you want. Basically I used the XamTielsManager’s ItemTemplate, ItemTemplateMaximized, ItemTemplateMinimized to bind to the different Properties from the DataSource in the different Tile’s States. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Thanks Stephen.. that works for me to start of with my assignment.