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
260
saving tile order?
posted

Hi,

I'm currently trying to remember the order of the TilePanes that a user has moved around. Currently I've been checking the order of the tiles by checking the xamTileView.Items property. I loop through the TilePanes and save their order in an XML file. This seems to work great. The problem I'm having is when a user moves a tile to another location, I want to save immediately the order of the tiles.

I've hooked up to the TileDragCompleted event of the xamTileView. However, when I check the xamTileView.Items property, this hasn't updated yet with the new order. Is there another place I should be checking the order of the tiles? Or, is there another event I can attach to that occurs after the tiles have animated and reordered themselves?

Thanks,
Kevin