You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
julesx
changed the title
Performance
AnimatingTilePanel Performance
Apr 20, 2015
I have an application with a
TabControl
and severalTabItem
.Each
TabItem
has anAnimatingTilePanel
. 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 oldVirtualizingStackPanel
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?The text was updated successfully, but these errors were encountered: