Hi,
I have noticed a bug with the xamtilemanager. I have a set of tiles and when I maximize one of the tiles the other tiles go to the right, when there are a few tiles a scroll bar appears allowing you to go through the tiles, scrolling to the bottom causes the control to crash and you can't do anything without closing the application
Thanks, Grant
Hello Grant,
Thank you for your post!
I have been looking into it and have created a small sample application in order to test the functionality you have described. Using the mentioned sample application I was not able to reproduce the issue.
I am attaching the sample for your reference. Would you please modify it with the functionality you are using so it shows the issue? This way I would be able further investigate this issue for you.
Thank you for the cooperation. Looking forward to hearing from you.
My tile manager is a lot more complicated that the one you have supplied. For starter the data is binding straight from a view model rather than in xaml. Each tile is a style within the xaml which is switches on. With the tiles I have, charts, combos, datagrids and many other of your awesome controls. I have tried it with many options and each time it crashes when I scroll. It may take a little bit of time to create working prototype for that.