I have a XamTileManager that has as its ItemsSource an observable collection of object. When a new items is added to the collection, the tile shows up in the tile manager, but not in the current view. I would like to be able to automatically scroll the TileManager to bring the new tile into view. This is done with databinding, not by manually adding tiles.
Help?
Hello Eric,
I am just checking if my last reply was helpful for you.
If you require any further assistance please do not hesitate to ask.
This does work. Curious is there is a way to do this with Animation turned off. I really didn't want to have the animation enabled for this.