Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
new tile scroll into view
posted

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?