While working on a project, I've noticed a sudden drop in performance when using scrolling a virtualized grid, while in IE.
This wasn't happening in any other browser. Just IE.
Fix: turns out the "border-radius:" css property was causing the IE Paint to take 10+ more time when rendering than usual. Removing the CSS property put things back to normal.