Search code examples
c#xamlwindows-phone-8tile

In-app cyclic photo tile for windows phone


I am trying to create an in-app tile like the image below (groups), with images flipping on the tile. I have gone through the HubTile but couldn't find. Which WP control would help to create such type of tile effect. Plus, will data binding of images be possible for the tile ImageSource ?

P.S. - This is not a live tile. I want the tile within the app.

enter image description here


Solution

  • Have you tried ImageTile control from Coding4Fun toolkit?

    A detailed article on how to use it can be found on GeekChamp.