I have a number of elements like loading spinners and progress bars with storyboard animations which run/repeat when loaded which have all stopped working when RibbonWindow was implemented in our applications. It looks like at the very top level, the RibbonWindow control implements Virtualization, which apparently freezes all animations in my window. Is there a way to disable the virtualization or somehow coerce my animations to start working again?
↧