Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AnimatingTilePanel Performance #37

Open
julesx opened this issue Apr 20, 2015 · 0 comments
Open

AnimatingTilePanel Performance #37

julesx opened this issue Apr 20, 2015 · 0 comments

Comments

@julesx
Copy link

julesx commented Apr 20, 2015

I have an application with a TabControl and several TabItem.

Each TabItem has an AnimatingTilePanel. My ItemTemplate has a thumbnail image.

Even with ~100 max items per tile panel, the performance degrades and out of memory exceptions are occasionally thrown when switching tabs. Swapping out the AnimatingTilePanel for a plain old VirtualizingStackPanel shows a measureable performance increase and is error free.

Is AnimatingTilePanel just not able to handle that many items at that size? Or are there some tricks that I could be employing?

@julesx julesx changed the title Performance AnimatingTilePanel Performance Apr 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant